COMMS
Template library intended to help with implementation of communication protocols.
|
#include "Tuple.h"
Check whether provided type is a variant of std::tuple.
TType | Type 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. | |