Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
DataStorm::Filter< T > Struct Template Reference

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

criteria
 The filter criteria value.
std::string name
 The filter name.

Detailed Description

template<typename T>
struct DataStorm::Filter< T >

Filter structure to specify the filter name and criteria value.

Definition at line 431 of file DataStorm.h.


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