CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
input_metadata.hpp File Reference
#include "commrat/messages.hpp"
#include <array>
#include <cstddef>
#include <iostream>

Go to the source code of this file.

Classes

struct  commrat::InputMetadataStorage
 Storage for input message metadata. More...
 
struct  commrat::InputMetadata< T >
 Input metadata structure returned by accessor methods. More...
 

Namespaces

namespace  commrat
 CommRaT - Modern C++ Real-Time Communication Framework.
 

Functions

template<typename T , typename... Types>
static constexpr std::size_t commrat::find_type_index ()
 Find index of type T in input tuple.