◆ char_type
template<typename OutputIt , typename Char >
The character type for the output.
◆ basic_format_context()
template<typename OutputIt , typename Char >
Constructs a basic_format_context object. References to the arguments are stored in the object so make sure they have appropriate lifetimes.
15980 : out_(out), args_(ctx_args), loc_(loc) {}
◆ arg() [1/2]
template<typename OutputIt , typename Char >
15982{
return args_.
get(
id); }
◆ arg() [2/2]
template<typename Range , typename Char >
19257 {
19258 map_.init(args_);
19259 format_arg arg = map_.find(name);
19260 if (arg.type() == internal::none_type) this->on_error("Argument with name \"" + name.to_string() + "\" not found, did you mean to use it as a format specifier (e.g. {:" + name.to_string() + "}");
19261 return arg;
19262}
◆ error_handler()
template<typename OutputIt , typename Char >
◆ on_error()
template<typename OutputIt , typename Char >
15989{ error_handler().on_error(message); }
◆ out()
template<typename OutputIt , typename Char >
◆ advance_to()
template<typename OutputIt , typename Char >
◆ locale()
template<typename OutputIt , typename Char >
The documentation for this class was generated from the following file:
- external/duckdb/duckdb.cpp