libcaf  0.16.3
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
caf::config_value_access< std::vector< T > > Struct Template Reference

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
 

Detailed Description

template<class T>
struct caf::config_value_access< std::vector< T > >

Implements automagic unboxing of std::vector<T> from a homogeneous config_value::list.


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