Defines validating functionality for the blueprint concept. More...
#include <blueprints.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (BluePrintConcept) | |
Implements a concept test for blueprints. | |
Private Attributes | |
Implementation | blue_print |
Implementation::base_type | target |
Defines validating functionality for the blueprint concept.
Definition at line 35 of file blueprints.hpp.
ecl::BluePrintConcept< Implementation >::ecl_compile_time_concept_test | ( | BluePrintConcept< Implementation > | ) | [inline] |
Implements a concept test for blueprints.
There are three conditions required by blueprints:
Definition at line 45 of file blueprints.hpp.
Implementation ecl::BluePrintConcept< Implementation >::blue_print [private] |
Definition at line 53 of file blueprints.hpp.
Implementation::base_type ecl::BluePrintConcept< Implementation >::target [private] |
Definition at line 52 of file blueprints.hpp.