|
CAF 0.17.6
|
Default implementation of actor_traits for regular actors.
More...
#include <actor_traits.hpp>
Static Public Attributes | |
| static constexpr bool | is_dynamically_typed |
Denotes whether T is dynamically typed. | |
| static constexpr bool | is_statically_typed |
Denotes whether T is statically typed. | |
| static constexpr bool | is_blocking |
Denotes whether T is a blocking actor type. | |
| static constexpr bool | is_non_blocking |
Denotes whether T is a non-blocking actor type. | |
| static constexpr bool | is_incomplete |
Denotes whether T is an incomplete actor type that misses one or more markers. | |
Default implementation of actor_traits for regular actors.
|
staticconstexpr |
Denotes whether T is a blocking actor type.
|
staticconstexpr |
Denotes whether T is dynamically typed.
|
staticconstexpr |
Denotes whether T is an incomplete actor type that misses one or more markers.
|
staticconstexpr |
Denotes whether T is a non-blocking actor type.
|
staticconstexpr |
Denotes whether T is statically typed.