Template Class NullaryFunctionConcept

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.