Searched defs:consecutive_value (Results 1 – 2 of 2) sorted by relevance
24 struct consecutive_value struct26 consecutive_value(T start) : current_(start) in consecutive_value() function31 T operator()() in operator ()()38 T current_;
36 BOOST_AUTO_TEST_CASE(consecutive_value) in BOOST_AUTO_TEST_CASE() argument