template <typename CharT,
typename Traits,
typename Allocator>
detail::is_any_of_pred<CharT, Traits, Allocator>
is_any_of(
const std::basic_string<CharT,
Traits,
Allocator>& chars)
template <typename CharT,
typename Traits,
typename Allocator>
detail::is_any_of_pred<CharT, Traits, Allocator>
is_any_of(
const std::basic_string<CharT,
Traits,
Allocator>& chars)Declared at: libs/pika/string_util/include/pika/string_util/classification.hpp:27
Parameters
- const std::basic_string<CharT, Traits, Allocator>& chars