SObjectizer
5.5
|
All stuff related to tuple_as_message. More...
Go to the source code of this file.
Classes | |
struct | so_5::tuple_as_message_t< Tag, Types > |
A template which allows to use tuples as messages. More... | |
struct | so_5::typed_mtag< T, N > |
A helper template for simplification of defining unique message tags for tuple as message. More... | |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::rt | |
All code related to implementation of SObjectizer run-time. | |
Typedefs | |
template<int N> | |
using | so_5::mtag = std::integral_constant< int, N > |
A helper template for simplification of defining unique message tags for tuple_as_message. More... | |
template<typename Tag , typename... Types> | |
using | so_5::rt::tuple_as_message_t = so_5::tuple_as_message_t< Tag, Types... > |
template<int N> | |
using | so_5::rt::mtag = so_5::mtag< N > |
template<typename T , int N> | |
using | so_5::rt::typed_mtag = so_5::typed_mtag< T, N > |
All stuff related to tuple_as_message.