KVStore visitors utilities. More...
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
cargo | |
Functions | |
template<typename T > | |
T | cargo::fromString (const std::string &strValue) |
template<typename T > | |
std::string | cargo::toString (const T &value) |
template<char delim = '.', typename Arg1 , typename... Args> | |
std::string | cargo::key (const Arg1 &a1, const Args &...args) |
Concatenates all parameters into one std::string. More... | |
template<char delim = '.'> | |
std::string | cargo::key () |
Function added for key function completeness. More... | |
KVStore visitors utilities.