template <typename Char>
void check_only_whitespace(
const std::basic_string<Char>& s,
std::size_t pos)
template <typename Char>
void check_only_whitespace(
const std::basic_string<Char>& s,
std::size_t pos)Declared at: libs/pika/format/include/pika/util/from_string.hpp:59
Parameters
- const std::basic_string<Char>& s
- std::size_t pos