libcaf
0.17.1
|
Implements automagic unboxing of std::vector<T>
from a homogeneous config_value::list
.
More...
#include <config_value.hpp>
Public Types | |
using | vector_type = std::vector< T > |
Static Public Member Functions | |
static bool | is (const config_value &x) |
static optional< vector_type > | get_if (const config_value *x) |
static vector_type | get (const config_value &x) |
Static Public Attributes | |
static constexpr bool | specialized = true |
Implements automagic unboxing of std::vector<T>
from a homogeneous config_value::list
.