C++ Actor Framework 1.0.0
|
Customization point for configuring automatic mappings from default value types to deduced types. More...
#include <config_value.hpp>
Public Types | |
using | value_type = T |
Static Public Member Functions | |
template<class V > | |
static decltype(auto) | convert (V &&x) |
Customization point for configuring automatic mappings from default value types to deduced types.
For example, get_or(value, "foo"sv)
must return a string
rather than a string_view
. However, user-defined overloads must not specialize this class for any type from the namespaces std
or caf
.