Provides access to formatting state consisting of the formatting arguments and the output iterator.
More...
#include <basic_format_context.hpp>
|
constexpr | basic_format_context (OutputIt pos) noexcept |
|
constexpr auto | advance_to (iterator it) noexcept -> void |
| Sets the output iterator to it. After a call to advance_to, subsequent calls to out() will return a copy of it.
|
|
constexpr auto | out () noexcept -> iterator |
| Returns the iterator to the output buffer.
|
|
template<typename OutputIt, typename CharT>
struct etl::basic_format_context< OutputIt, CharT >
Provides access to formatting state consisting of the formatting arguments and the output iterator.
The behavior is undefined if OutputIt does not model output_iterator<const CharT&>.
https://en.cppreference.com/w/cpp/utility/format/basic_format_context
◆ char_type
template<typename OutputIt, typename CharT>
◆ formatter_type
template<typename OutputIt, typename CharT>
template<typename T>
◆ iterator
template<typename OutputIt, typename CharT>
◆ basic_format_context()
template<typename OutputIt, typename CharT>
|
inlineexplicitconstexprnoexcept |
◆ advance_to()
template<typename OutputIt, typename CharT>
Sets the output iterator to it. After a call to advance_to, subsequent calls to out() will return a copy of it.
◆ out()
template<typename OutputIt, typename CharT>
|
inlinenodiscardconstexprnoexcept |
Returns the iterator to the output buffer.
The documentation for this struct was generated from the following file: