#include <_binary_predicate.hpp>
Public Member Functions | |
requirements () | |
Constructor. | |
Static Public Member Functions | |
static void | require_convertibility_of_result_type_to_bool () |
This code will compile if and only if T is a model of the instigate::stl::binary_predicate concept
instigate::stl::binary_predicate::requirements< T >::requirements | ( | ) | [inline] |
Constructor.
Check the requirements of the instigate::stl::binary_predicate::interface
Reimplemented from instigate::stl::binary_function::requirements< T >.
References instigate::stl::binary_predicate::requirements< T >::require_convertibility_of_result_type_to_bool().
static void instigate::stl::binary_predicate::requirements< T >::require_convertibility_of_result_type_to_bool | ( | ) | [inline, static] |
Require convertibility of the result type to bool in the instigate::stl::binary_predicate::interface
References CHECK_CONVERTIBILITY.
Referenced by instigate::stl::binary_predicate::requirements< T >::requirements().