AUI Framework
master
Cross-platform base for C++ UI apps
|
#include <AUI/Validation/AValidator.h>
Public Member Functions# | |
template<typename T> | |
bool | operator() (T t) const noexcept |
Is value in range [lower;higher]
T | value type (i.e. int) |