#include <format.h>
|
template<typename ParseContext > |
auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
|
template<typename T , typename FormatContext > |
auto | format (const T &val, FormatContext &ctx) -> decltype(ctx.out()) |
|
|
template<typename Context > |
void | handle_specs (Context &ctx) |
|
◆ format()
template<typename Char = char>
template<typename T , typename FormatContext >
auto dynamic_formatter< Char >::format |
( |
const T & |
val, |
|
|
FormatContext & |
ctx |
|
) |
| -> decltype(ctx.out()) |
|
inline |
References detail::specs_checker< Handler >::end_precision(), subloop_histogram::iterator, sign::minus, sign::none, detail::specs_checker< Handler >::on_align(), detail::specs_checker< Handler >::on_hash(), detail::specs_checker< Handler >::on_minus(), detail::specs_checker< Handler >::on_plus(), detail::specs_checker< Handler >::on_space(), sign::plus, sign::space, and visit_format_arg().
◆ handle_specs()
template<typename Char = char>
template<typename Context >
◆ parse()
template<typename Char = char>
template<typename ParseContext >
◆ format_str_
template<typename Char = char>
◆ specs_
template<typename Char = char>
The documentation for this class was generated from the following file:
- src/python/PyRosetta/binder/source/fmt/format.h