boost::gregorian Namespace Reference
Adds some extra date display methods.
More...
|
Functions |
template<class charT> |
std::basic_string< charT > | to_uk_string_type (const date &d) |
| wrapper function for to_uk_(w)string(date)
|
std::string | to_uk_string (const date &d) |
template<class charT> |
std::basic_string< charT > | to_us_string_type (const date &d) |
| wrapper function for to_us_(w)string(date)
|
std::string | to_us_string (const date &d) |
Detailed Description
Adds some extra date display methods.
Function Documentation
std::string boost::gregorian::to_uk_string |
( |
const date & |
d |
) |
[inline] |
template<class charT>
std::basic_string<charT> boost::gregorian::to_uk_string_type |
( |
const date & |
d |
) |
[inline] |
wrapper function for to_uk_(w)string(date)
Definition at line 41 of file typing0.hpp.
std::string boost::gregorian::to_us_string |
( |
const date & |
d |
) |
[inline] |
template<class charT>
std::basic_string<charT> boost::gregorian::to_us_string_type |
( |
const date & |
d |
) |
[inline] |
wrapper function for to_us_(w)string(date)
Definition at line 62 of file typing0.hpp.