|
|
using | char_type = typename Context::char_type |
| |
|
|
class | basic_format_args< Context > |
| |
|
class | internal::arg_map< Context > |
| |
|
template<typename ContextType , typename T > |
| FMT_CONSTEXPR basic_format_arg< ContextType > | internal::make_arg (const T &value) |
| |
|
template<typename Visitor , typename Ctx > |
| FMT_CONSTEXPR auto | visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg) -> decltype(vis(0)) |
| |
◆ basic_format_arg()
template<typename Context >
15810: type_(internal::none_type) {}
◆ operator bool()
template<typename Context >
15812 {
15813 return type_ != internal::none_type;
15814 }
◆ type()
template<typename Context >
◆ is_integral()
template<typename Context >
15818{ return internal::is_integral_type(type_); }
◆ is_arithmetic()
template<typename Context >
15819{ return internal::is_arithmetic_type(type_); }
The documentation for this class was generated from the following file:
- external/duckdb/duckdb.cpp