Home
last modified time | relevance | path

Searched refs:opt_base (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp186 void test_integer_to_chars(const T value, const optional<int> opt_base, const string_view correct) { in test_integer_to_chars() argument
188 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()