The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
predicate.hpp File Reference
#include <cstdarg>
Include dependency graph for predicate.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 test_utils
 

Functions

template<class T >
bool test_utils::one_of (const T &val, int va_number,...)
 Used to check if first parameter matches one of given values used with BOOST_CHECK_PREDICATE. More...