COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
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:95
Template Parameters
TTupleTuple
Precondition
Check whether provided type is a variant of std::tuple.
Definition Tuple.h:36

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