#include <fmt/base.h>
◆ basic_format_arg() [1/3]
template<typename Context >
◆ basic_format_arg() [2/3]
template<typename Context >
◆ basic_format_arg() [3/3]
template<typename Context >
template<typename T >
◆ format_custom()
template<typename Context >
◆ operator bool()
template<typename Context >
|
inlineexplicitconstexprnoexcept |
◆ type()
template<typename Context >
◆ visit()
template<typename Context >
template<typename Visitor >
Visits an argument dispatching to the appropriate visit method based on the argument type.
For example, if the argument type is double
then vis(value)
will be called with the value of type double
.
◆ basic_format_args< Context >
template<typename Context >
The documentation for this class was generated from the following file: