Searched refs:max_total_count (Results 1 – 4 of 4) sorted by relevance
26 BOOST_CHECK_EQUAL(p.max_total_count(), 1u); in test_positional_options()31 BOOST_CHECK_EQUAL(p.max_total_count(), 3u); in test_positional_options()38 BOOST_CHECK_EQUAL(p.max_total_count(), (std::numeric_limits<unsigned>::max)()); in test_positional_options()
34 positional_options_description::max_total_count() const in max_total_count() function in boost::program_options::positional_options_description43 assert(position < max_total_count()); in name_for_position()
368 if (position >= m_positional->max_total_count()) in run()
51 unsigned max_total_count() const;