COMMS
Template library intended to help with implementation of communication protocols.
comms::util::IsInTuple< TTuple > Struct Template Reference

Detailed Description

template<typename TTuple>
struct comms::util::IsInTuple< TTuple >

Check whether TType type is included in the tuple TTuple.

Usage:

static constexpr bool InTuple =
Check whether TType type is included in the tuple TTuple.
Definition: Tuple.h:94
Template Parameters
TTupleTuple
Precondition
static constexpr bool Value
By default Value has value false. Will be true for any variant of std::tuple.
Definition: Tuple.h:38

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