JayBeams
0.1
Another project to have fun coding.
|
A validator functor that accepts all values. More...
#include <noop_validator.hpp>
Public Member Functions | |
bool | operator() (T const &) const |
Validate the object. More... | |
A validator functor that accepts all values.
T | the type of object to validate. |
Definition at line 13 of file noop_validator.hpp.
|
inline |