Filter structure to specify the filter name and criteria value. More...
#include <DataStorm/DataStorm.h>
Public Member Functions | |
template<typename TT> | |
Filter (std::string name, TT &&criteria) noexcept | |
Constructs a filter structure with the given name and criteria. |
Public Attributes | |
T | criteria |
The filter criteria value. | |
std::string | name |
The filter name. |
Filter structure to specify the filter name and criteria value.
Definition at line 431 of file DataStorm.h.