boost::property_tree::ini_parser::validate_flags
// In header: <boost/property_tree/ini_parser.hpp> bool validate_flags(int flags);
Determines whether the flags are valid for use with the ini_parser.
flags
Parameters:
value to check for validity as flags to ini_parser.
Returns:
true if the flags are valid, false otherwise.