SObjectizer-5 Extra
|
A special mixin which must be used in actual type of messages_collected message for cases when messages are collected. More...
#include <collecting_mbox.hpp>
Public Member Functions | |
messages_collected_mixin_type (std::size_t) | |
container_type & | storage () noexcept |
const container_type & | storage () const noexcept |
constexpr std::size_t | size () const noexcept |
Private Attributes | |
container_type | m_messages |
A special mixin which must be used in actual type of messages_collected message for cases when messages are collected.
Definition at line 824 of file collecting_mbox.hpp.
|
inline |
Definition at line 828 of file collecting_mbox.hpp.
|
inlinenoexcept |
Definition at line 837 of file collecting_mbox.hpp.
|
inlinenoexcept |
Definition at line 831 of file collecting_mbox.hpp.
|
inlinenoexcept |
Definition at line 834 of file collecting_mbox.hpp.
|
private |
Definition at line 826 of file collecting_mbox.hpp.