COMMS
Template library intended to help with implementation of communication protocols.
|
#include "Tuple.h"
Provides the type of std::tuple_cat operation.
TFirst | Type of first tuple |
TSecond | Type of the second tuple. |
Public Types | |
using | Type = typename std::decay< decltype(std::tuple_cat(std::declval< TFirst >(), std::declval< TSecond >()))>::type |
Result type of tuples concatenation. | |
Related Symbols | |
(Note that these are not member symbols.) | |
template<typename TField , typename TTuple > | |
using | TupleCatT = typename TupleCat< TField, TTuple >::Type |
Alias to typename TupleCat<TField, TTuple>::Type. | |