|
void | operator() (const int &in, int &filtered) |
|
void | operator() (const float &in, float &filtered) |
|
void | operator() (const bool &in, bool &filtered) |
|
template<std::size_t N> |
void | operator() (const std::array< float, N > &in, std::array< float, N > &filtered) |
|
void | operator() (const std::vector< ossia::value > &in, std::vector< ossia::value > &filtered) |
|
void | operator() (const std::string &in, std::string &filtered) |
|
template<typename T > |
void | operator() (const T &in, T &filtered) |
|
template<typename T > |
void | operator() (const ossia::impulse &in, T &filtered) |
|
void | operator() (const ossia::impulse &in, ossia::impulse &filtered) |
|
template<typename T , typename U > |
void | operator() (const T &in, U &filtered) |
|
The documentation for this struct was generated from the following file: