Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 7789ef3d8d.
PrevUpHomeNext

Function special_value_from_string

boost::gregorian::special_value_from_string — Return special_value from string argument.

Synopsis

// In header: <boost/date_time/gregorian/parsers.hpp>


date_time::special_values special_value_from_string(const std::string & s);

Description

Return special_value from string argument. If argument is not one of the special value names (defined in names.hpp), return 'not_special'


PrevUpHomeNext