AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::valid::in_range< lower, higher > Struct Template Reference

#include <AUI/Validation/AValidator.h>

Public Member Functions#

template<typename T>
bool operator() (T t) const noexcept
 

Detailed Description

template<auto lower, auto higher>
struct aui::valid::in_range< lower, higher >

Is value in range [lower;higher]

Template Parameters
Tvalue type (i.e. int)