COMMS
Template library intended to help with implementation of communication protocols.
Static Public Attributes | List of all members
comms::util::IsTuple< TType > Struct Template Reference

#include "Tuple.h"

Detailed Description

template<typename TType>
struct comms::util::IsTuple< TType >

Check whether provided type is a variant of std::tuple.

Template Parameters
TTypeType to check.

Static Public Attributes

static constexpr bool Value = false
 By default Value has value false. Will be true for any variant of std::tuple.
 

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