JayBeams  0.1
Another project to have fun coding.
Public Member Functions | List of all members
jb::itch5::noop_validator< T > Struct Template Reference

A validator functor that accepts all values. More...

#include <noop_validator.hpp>

Public Member Functions

bool operator() (T const &) const
 Validate the object. More...
 

Detailed Description

template<typename T>
struct jb::itch5::noop_validator< T >

A validator functor that accepts all values.

Template Parameters
Tthe type of object to validate.

Definition at line 13 of file noop_validator.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
bool jb::itch5::noop_validator< T >::operator() ( T const &  ) const
inline

Validate the object.

Returns
Always true.

Definition at line 19 of file noop_validator.hpp.


The documentation for this struct was generated from the following file: