$darkmode
filter.hpp File Reference
#include <vector>
Include dependency graph for filter.hpp:

Go to the source code of this file.

Functions

template<typename F , typename T >
cloe::utility::filter::both (F first, F second)
 
template<typename F , typename T >
cloe::utility::filter::one_of (F first, F second)
 
template<typename F , typename T >
cloe::utility::filter::all_of (std::vector< F > fs)
 
template<typename F , typename T >
cloe::utility::filter::any_of (std::vector< F > fs)