hpx/string_util/trim.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, class Traits, class Alloc>
void trim(std::basic_string<CharT, Traits, Alloc> &s)
template<typename CharT, class Traits, class Alloc>
std::basic_string<CharT, Traits, Alloc> trim_copy(std::basic_string<CharT, Traits, Alloc> const &s)