tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | basic_format_context< OutputIt, CharT > |
Provides access to formatting state consisting of the formatting arguments and the output iterator. More... | |
Namespaces | |
namespace | etl |
Typedefs | |
using | format_context = basic_format_context<back_insert_iterator<detail::fmt_buffer<char>>, char> |
Provides access to formatting state consisting of the formatting arguments and the output iterator. | |
using | wformat_context = basic_format_context<back_insert_iterator<detail::fmt_buffer<wchar_t>>, wchar_t> |