Lumiera  0.pre.03
»edit your freedom«
TupleElementDisplayer< TY, BASE, TUP, idx > Struct Template Reference

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

Description

template<typename TY, class BASE, class TUP, uint idx>
struct lib::meta::TupleElementDisplayer< TY, BASE, TUP, idx >

Helper to dump tuple contents.

Defined to act as "Accessor" for BuildTupleAccessor, this helper template allows to create a recursive operation to invoke string conversion on all elements within any given tuple.

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

Public Member Functions

std::string dump (std::string const &prefix="(") const
 
+ Inheritance diagram for TupleElementDisplayer< TY, BASE, TUP, idx >:
+ Collaboration diagram for TupleElementDisplayer< TY, BASE, TUP, idx >:

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