SObjectizer-5 Extra
|
Variuos send functions for simplification of sending enveloped messages. More...
#include <so_5_extra/enveloped_msg/errors.hpp>
#include <so_5/rt/h/send_functions.hpp>
#include <so_5/h/optional.hpp>
Go to the source code of this file.
Classes | |
class | so_5::extra::enveloped_msg::details::payload_holder_t |
Internal type that holds a message before it will be enveloped. More... | |
struct | so_5::extra::enveloped_msg::details::payload_holder_t::data_t |
Namespaces | |
so_5 | |
Ranges for error codes of each submodules. | |
so_5::extra | |
so_5::extra::enveloped_msg | |
so_5::extra::enveloped_msg::details | |
Functions | |
template<typename Message , typename... Args> | |
SO_5_NODISCARD details::payload_holder_t | so_5::extra::enveloped_msg::make (Args &&...args) |
A special message builder that allows to wrap a message into an envelope. More... | |
Variuos send functions for simplification of sending enveloped messages.
Definition in file send_functions.hpp.