hpx/string_util/classification.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace string_util

Functions

template<typename CharT, typename Traits, typename Allocator>
detail::is_any_of_pred<CharT, Traits, Allocator> is_any_of(std::basic_string<CharT, Traits, Allocator> const &chars)
auto is_any_of(char const *chars)
struct is_space

Public Functions

bool operator()(int c) const