Template Class NullaryFunctionConcept
Defined in File nullary_function.hpp
Class Documentation
-
template<typename Implementation>
class NullaryFunctionConcept Defines validating functionality for the nullary function concept.
Public Functions
-
inline ecl_compile_time_concept_test(NullaryFunctionConcept)
Implements a concept test for nullary functions.
The following conditions are required by nullary functions:
operator()() : a method which calls the nullary function.
result_type : a typedef for the return type of the nullary function.
-
inline ecl_compile_time_concept_test(NullaryFunctionConcept)