#include <kv.h>
|
template<typename... Ts> |
| KV (const std::string &k, const Ts &... list) |
|
|
template<typename T > |
static std::string | make_list (bool first, const T &t) |
|
template<typename T , typename... Ts> |
static std::string | make_list (bool first, const T &t, Ts &&... list) |
|
static std::string | make_list (bool first, std::vector< std::string > list) |
|
Definition at line 9 of file kv.h.
◆ KV()
template<typename... Ts>
KV::KV |
( |
const std::string & |
k, |
|
|
const Ts &... |
list |
|
) |
| |
|
inline |
Definition at line 41 of file kv.h.
◆ make_list() [1/3]
template<typename T >
static std::string KV::make_list |
( |
bool |
first, |
|
|
const T & |
t |
|
) |
| |
|
inlinestaticprivate |
Definition at line 12 of file kv.h.
◆ make_list() [2/3]
template<typename T , typename... Ts>
static std::string KV::make_list |
( |
bool |
first, |
|
|
const T & |
t, |
|
|
Ts &&... |
list |
|
) |
| |
|
inlinestaticprivate |
Definition at line 22 of file kv.h.
◆ make_list() [3/3]
static std::string KV::make_list |
( |
bool |
first, |
|
|
std::vector< std::string > |
list |
|
) |
| |
|
inlinestaticprivate |
Definition at line 30 of file kv.h.
The documentation for this class was generated from the following file: