Skip to content

datatypes::exceptions::RangeCheck

More...

#include <exception_utilities.h>

Public Functions

Name
void Check(T value, T min, T max, const string & variableName)

Detailed Description

template <typename T >
struct datatypes::exceptions::RangeCheck;

Public Functions Documentation

function Check

static inline void Check(
    T value,
    T min,
    T max,
    const string & variableName
)

Updated on 2022-08-21 at 18:10:33 +1000