Searched refs:opt_base (Results 1 – 1 of 1) sorted by relevance
186 void test_integer_to_chars(const T value, const optional<int> opt_base, const string_view correct) { in test_integer_to_chars() argument188 test_common_to_chars(value, opt_base, nullopt, correct); in test_integer_to_chars()197 (opt_base.has_value() ? from_chars(correct_first, correct_last, dest, opt_base.value()) in test_integer_to_chars()