The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
detail::config_construct_unpacker< K, V, Rest... > Struct Template Reference

#include <config.hpp>

Public Member Functions

template<typename K2 = K, typename V2 = V>
void visit (config &cfg, K2 &&key, V2 &&val, Rest... fwd)
 

Detailed Description

template<typename K, typename V, typename... Rest>
struct detail::config_construct_unpacker< K, V, Rest... >

Definition at line 949 of file config.hpp.

Member Function Documentation

◆ visit()

template<typename K , typename V , typename... Rest>
template<typename K2 = K, typename V2 = V>
void detail::config_construct_unpacker< K, V, Rest... >::visit ( config cfg,
K2 &&  key,
V2 &&  val,
Rest...  fwd 
)
inline

Definition at line 952 of file config.hpp.

References config::insert().


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