12 #ifndef ECL_CONCEPTS_NULLARY_FUNCTION_HPP_ 13 #define ECL_CONCEPTS_NULLARY_FUNCTION_HPP_ 34 template <
typename Implementation>
48 typedef typename Implementation::result_type return_type;
58 Implementation
function;
Embedded control libraries.
Mechanisms enabling compile time checking of metaprogramming concepts.
ecl_compile_time_concept_test(NullaryFunctionConcept)
Implements a concept test for nullary functions.
Defines validating functionality for the nullary function concept.