hpx/modules/format.hpp

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

Defines

DECL_TYPE_SPECIFIER(Type, Spec)
namespace hpx
namespace util

Functions

template<typename ...Args>
std::string format(boost::string_ref format_str, Args const&... args)
template<typename ...Args>
std::ostream &format_to(std::ostream &os, boost::string_ref format_str, Args const&... args)
template<typename Range>
detail::format_join<Range> format_join(Range const &range, boost::string_ref delimiter)