Lumiera  0.pre.03
»edit your freedom«
ElementExtractor< SRC, TAR > Struct Template Reference

#include "lib/meta/tuple-helper.hpp"

Description

template<class SRC, class TAR>
struct lib::meta::ElementExtractor< SRC, TAR >

Generic converter to somehow extract values from the "source" type to fill and initialise a tuple of given target type.

Note
to be specialised. The concrete specialisation is assumed to provide a member template Access<size_t>, which in turn picks and converts the value for the n-th tuple element.

Definition at line 235 of file tuple-helper.hpp.

+ Collaboration diagram for ElementExtractor< SRC, TAR >:

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