C++ Actor Framework 1.0.0
|
Checks whether F is convertible to either std::function<void (T&)>
or std::function<void (const T&)>
.
More...
#include <type_traits.hpp>
Static Public Attributes | |
static constexpr bool | value |
Checks whether F is convertible to either std::function<void (T&)>
or std::function<void (const T&)>
.
|
staticconstexpr |