string conversion utilities More...
#include <ql/time/date.hpp>
#include <ql/time/period.hpp>
#include <set>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | ore |
Serializable Credit Default Swap. | |
namespace | ore::data |
Functions | |
std::string | to_string (const QuantLib::Date &date) |
Convert QuantLib::Date to std::string. More... | |
string | to_string (bool aBool) |
Convert bool to std::string. More... | |
std::string | to_string (const QuantLib::Period &period) |
Convert QuantLib::Period to std::string. More... | |
template<class T > | |
std::string | to_string (const std::vector< T > &vec, const std::string &sep=",") |
Convert vector to std::string. More... | |
template<class T > | |
std::string | to_string (const std::set< T > &set, const std::string &sep=",") |
Convert set to std::string. More... | |
template<class T > | |
std::string | to_string (const T &t) |
Convert type to std::string. More... | |
string conversion utilities
Definition in file to_string.hpp.