| 399 | ostr << cla_tag; |
| 400 | } |
| 401 | void value_help( std::ostream& ostr ) const BOOST_OVERRIDE |
| 402 | { |
| 403 | if( p_value_hint.empty() ) |
| 404 | ostr << "<boolean value>"; |
| 405 | else |
| 406 | ostr << p_value_hint; |
| 407 | } |
| 408 | |
| 409 | // Data members |
| 410 | typedef argument_factory<bool, false, false> factory_t; |
no test coverage detected