ase/formatter.hh file


Namespaces

namespace Ase
The Anklang C++ API namespace.

Classes

class Ase::ScopedPosixLocale
Class to push the POSIX/C locale_t (UTF-8) for the scope of its lifetime.

Functions

template <class ... Args>
__attribute__((noinline)) std
template <class ... Args>
auto string_format(const char* format, const Args&... args) __attribute__((__format__(__printf__ -> std::string
Format a string similar to sprintf(3) with support for std::string and std::ostringstream convertible objects.