Lumiera  0.pre.03
»edit your freedom«
FunctionClosure_test Class Reference

Description

Test:
building a function closure for a given function or functor, while arguments are passed in as tuple
  • accessing signatures as typelists
  • apply free function to tuple
  • apply functor to tuple
  • bind free function to tuple
  • bind functor to tuple
  • build a simple "tuple closure"

Definition at line 111 of file function-closure-test.cpp.

Private Member Functions

void build_closure ()
 
void check_applyFree ()
 
void check_applyFunc ()
 
void check_bindFree ()
 
void check_bindFunc ()
 
void check_diagnostics ()
 verify the test input data More...
 
void check_signatureTypeManip ()
 
virtual void run (Arg)
 

Member Function Documentation

◆ check_diagnostics()

void check_diagnostics ( )
inlineprivate

verify the test input data

See also
TypeListManipl_test::check_diagnostics() for an explanation of the DISPLAY macro

Definition at line 131 of file function-closure-test.cpp.

+ Inheritance diagram for FunctionClosure_test:
+ Collaboration diagram for FunctionClosure_test:

The documentation for this class was generated from the following file: