enum_name
Loading...
Searching...
No Matches
Classes | Public Member Functions | Friends | List of all members
basic_format_arg< Context > Class Template Reference

Classes

class  handle
 

Public Member Functions

constexpr operator bool () const noexcept
 
auto type () const -> detail::type
 
auto is_integral () const -> bool
 
auto is_arithmetic () const -> bool
 
FMT_INLINE auto format_custom (const char_type *parse_begin, typename Context::parse_context_type &parse_ctx, Context &ctx) -> bool
 

Friends

class basic_format_args< Context >
 
class dynamic_format_arg_store< Context >
 
template<typename T , typename Char , size_t NUM_ARGS, size_t NUM_NAMED_ARGS>
struct detail::arg_data
 
template<typename ContextType , typename T >
FMT_CONSTEXPR auto detail::make_arg (T &value) -> basic_format_arg< ContextType >
 
template<typename Visitor , typename Ctx >
FMT_CONSTEXPR auto visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg) -> decltype(vis(0))
 

The documentation for this class was generated from the following file: