MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / value_help

Function value_help

extern/boost/boost/test/utils/runtime/parameter.hpp:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

BOOST_TEST_FOREACHMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected