Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
to_string.hpp File Reference

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...
 

Detailed Description

string conversion utilities

Definition in file to_string.hpp.