#include <vector>
Go to the source code of this file.
|
|
template<typename F , typename T > |
| F | cloe::utility::filter::both (F first, F second) |
| |
|
template<typename F , typename T > |
| F | cloe::utility::filter::one_of (F first, F second) |
| |
|
template<typename F , typename T > |
| F | cloe::utility::filter::all_of (std::vector< F > fs) |
| |
|
template<typename F , typename T > |
| F | cloe::utility::filter::any_of (std::vector< F > fs) |
| |