|
CAF
0.17.6
|
Compress path_state if Filter is unit.
More...
#include <path_state.hpp>
Public Types | |
| using | buffer_type = std::vector< T > |
Public Member Functions | |
| path_state (path_state &&other) | |
| path_state (const path_state &other) | |
| path_state & | operator= (path_state &&other) |
| path_state & | operator= (const path_state &other) |
Public Attributes | |
| union caf::detail::path_state< unit_t, T >:: { ... } | |
| unit_t | filter |
| buffer_type | buf |
Compress path_state if Filter is unit.