#include <sstream>
#include <string>
#include <vector>
#include <locale>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::date_time | |
Functions | |
template<typename charT > | |
std::vector< std::basic_string < charT > > | boost::date_time::gather_month_strings (const std::locale &locale, bool short_strings=true) |
This function gathers up all the month strings from a std::locale. More... | |
template<typename charT > | |
std::vector< std::basic_string < charT > > | boost::date_time::gather_weekday_strings (const std::locale &locale, bool short_strings=true) |
This function gathers up all the weekday strings from a std::locale. More... | |