HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
basic_format_arg< Context > Class Template Reference

#include <core.h>

Classes

class  handle
 

Public Member Functions

constexpr basic_format_arg ()
 
constexpr operator bool () const FMT_NOEXCEPT
 
auto type () const -> detail::type
 
auto is_integral () const -> bool
 
auto is_arithmetic () const -> 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 (const 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))
 

Detailed Description

template<typename Context>
class basic_format_arg< Context >

Definition at line 699 of file core.h.

Constructor & Destructor Documentation

template<typename Context>
constexpr basic_format_arg< Context >::basic_format_arg ( )
inline

Definition at line 1436 of file core.h.

Member Function Documentation

template<typename Context>
auto basic_format_arg< Context >::is_arithmetic ( ) const -> bool
inline

Definition at line 1445 of file core.h.

template<typename Context>
auto basic_format_arg< Context >::is_integral ( ) const -> bool
inline

Definition at line 1444 of file core.h.

template<typename Context>
constexpr basic_format_arg< Context >::operator bool ( ) const
inlineexplicit

Definition at line 1438 of file core.h.

template<typename Context>
auto basic_format_arg< Context >::type ( ) const -> detail::type
inline

Definition at line 1442 of file core.h.

Friends And Related Function Documentation

template<typename Context>
friend class basic_format_args< Context >
friend

Definition at line 1411 of file core.h.

template<typename Context>
template<typename T , typename Char , size_t NUM_ARGS, size_t NUM_NAMED_ARGS>
friend struct detail::arg_data
friend

Definition at line 1417 of file core.h.

template<typename Context>
template<typename ContextType , typename T >
FMT_CONSTEXPR auto detail::make_arg ( const T value) -> basic_format_arg< ContextType >
friend
template<typename Context>
friend class dynamic_format_arg_store< Context >
friend

Definition at line 1412 of file core.h.

template<typename Context>
template<typename Visitor , typename Ctx >
FMT_CONSTEXPR auto visit_format_arg ( Visitor &&  vis,
const basic_format_arg< Ctx > &  arg 
) -> decltype(vis(0))
friend

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