The Battle for Wesnoth  1.19.5+dev
Functions
detail Namespace Reference

Functions

template<typename Key , typename Value , typename... Rest>
void config_construct_unpack (config &cfg, Key &&key, Value &&val, Rest... fwd)
 

Function Documentation

◆ config_construct_unpack()

template<typename Key , typename Value , typename... Rest>
void detail::config_construct_unpack ( config cfg,
Key &&  key,
Value &&  val,
Rest...  fwd 
)
inline

Definition at line 960 of file config.hpp.

References config::add_child(), and config::insert().

Referenced by config::config().