qxLib
qx::tuple::transform< tuple_t, transformation_t > Struct Template Reference

Get a new tuple type by transforming every type inside a given tuple. More...

#include <tuple_utils.h>

Detailed Description

template<class tuple_t, template< class T > class transformation_t>
struct qx::tuple::transform< tuple_t, transformation_t >

Get a new tuple type by transforming every type inside a given tuple.

Template Parameters
tuple_t- std::tuple<> type
transformation_t- transformation type, for ex. std::add_pointer, std::remove_pointer etc. (without _t!)

Definition at line 142 of file tuple_utils.h.


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