ADUL
Collection of reusable C++ utilities
Loading...
Searching...
No Matches
smallUtils.hpp File Reference
#include <string>
#include <sstream>
#include <stdexcept>
Include dependency graph for smallUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  adul
 project api's namespace
 
namespace  adul::utils
 small utilities module
 

Functions

template<typename T >
adul::utils::convert_string (const std::string &str)
 converts std::string into other type
 
template<>
std::string adul::utils::convert_string< std::string > (const std::string &str)