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

Description

Test:
Cover various aspects of the integration of our type sequences with the tuple type from the standard library
  • verify our generic tuple access decorator
  • verify generating tuple types from type list processing
  • TODO more helpers to come

Definition at line 78 of file tuple-helper-test.cpp.

Private Member Functions

void check_diagnostics ()
 verify the test input data More...
 
void check_tuple_from_Typelist ()
 
virtual void run (Arg)
 

Member Function Documentation

◆ check_diagnostics()

void check_diagnostics ( )
inlineprivate

verify the test input data

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

Definition at line 93 of file tuple-helper-test.cpp.

◆ check_tuple_from_Typelist()

void check_tuple_from_Typelist ( )
inlineprivate
Test:
verify the ability to generate tuple types from typelist metaprogramming
  • the resulting types are plain flat std::tuple instantiations
  • memory layout is identical to a POD, as expected
  • our generic string conversion is extended to work with tuples

Definition at line 118 of file tuple-helper-test.cpp.

+ Inheritance diagram for TupleHelper_test:
+ Collaboration diagram for TupleHelper_test:

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