#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
|
|
std::string | cloe::utility::join_vector (const std::vector< std::string > &v, const std::string &sep) |
| |
|
std::vector< std::string > | cloe::utility::split_string (std::string &&s, const std::string &sep) |
| |
|
template<typename T > |
| std::vector< std::string > | cloe::utility::map_keys (const std::map< std::string, T > &m) |
| |
- See also
- cloe/utility/std_extensions.cpp
This file contains useful functions for dealing with standard datatypes.