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

Description

Test:
verify result type rebinding for containers, iterators values and references.

When augmenting, combining or decorating generic entities, there is often the need to find out about the value_type, a reference or pointer to such a value. Many STL compliant containers and iterators provide suitably nested type definitions to indicate those types. The meta::TypeBinding helper allows to pick up such definitions, and additionally it levels and unifies access for various combinations of primitive types, references and pointers. The purpose of this test is to verify and document this behaviour.

See also
value-type-binding.hpp
lib::RangeIter
lib::IterExplorer::transform()

Definition at line 80 of file value-type-binding-test.cpp.

Private Member Functions

void run (Arg)
 
+ Inheritance diagram for ValueTypeBinding_test:
+ Collaboration diagram for ValueTypeBinding_test:

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