CrystalClear Software Home Library Home Documentation Index

PrevUpHomeNext

Function special_value_from_string

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

Synopsis

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 src/gregorian/names.hpp), return 'not_special'

Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext