Searched defs:FloatFromCharsTestCase (Results 1 – 1 of 1) sorted by relevance
21 struct FloatFromCharsTestCase { struct22 const char* input;23 chars_format fmt;24 std::size_t correct_idx;25 errc correct_ec;26 float correct_value;