CAF 0.17.6
Public Types | Public Member Functions | Public Attributes | List of all members
caf::detail::path_state< unit_t, T > Struct Template Reference

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_stateoperator= (path_state &&other)
 
path_stateoperator= (const path_state &other)
 

Public Attributes

union caf::detail::path_state< unit_t, T >:: { ... }  
 
unit_t filter
 
buffer_type buf
 

Detailed Description

template<class T>
struct caf::detail::path_state< unit_t, T >

Compress path_state if Filter is unit.


The documentation for this struct was generated from the following file: