Agora  1.2.0
Agora project
fmt::v8::basic_format_arg< Context > Class Template Reference

#include <core.h>

Classes

class  handle
 

Public Member Functions

constexpr basic_format_arg ()
 
constexpr operator bool () const throw ()
 
auto type () const -> detail::type
 
auto is_integral () const -> bool
 
auto is_arithmetic () const -> bool
 

Private Types

using char_type = typename Context::char_type
 

Private Member Functions

 basic_format_arg (const detail::named_arg_info< char_type > *args, size_t size)
 

Private Attributes

detail::value< Context > value_
 
detail::type type_
 

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 >
auto detail::make_arg (const T &value) -> basic_format_arg< ContextType >
 
template<typename Visitor , typename Ctx >
auto visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg) -> decltype(vis(0))
 

Member Typedef Documentation

◆ char_type

template<typename Context >
using fmt::v8::basic_format_arg< Context >::char_type = typename Context::char_type
private

Constructor & Destructor Documentation

◆ basic_format_arg() [1/2]

template<typename Context >
fmt::v8::basic_format_arg< Context >::basic_format_arg ( const detail::named_arg_info< char_type > *  args,
size_t  size 
)
inlineprivate

◆ basic_format_arg() [2/2]

template<typename Context >
constexpr fmt::v8::basic_format_arg< Context >::basic_format_arg ( )
inlineconstexpr

Member Function Documentation

◆ is_arithmetic()

template<typename Context >
auto fmt::v8::basic_format_arg< Context >::is_arithmetic ( ) const -> bool
inline
Here is the call graph for this function:

◆ is_integral()

template<typename Context >
auto fmt::v8::basic_format_arg< Context >::is_integral ( ) const -> bool
inline
Here is the call graph for this function:

◆ operator bool()

template<typename Context >
constexpr fmt::v8::basic_format_arg< Context >::operator bool ( ) const
throw (
)
inlineexplicitconstexpr

◆ type()

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

Friends And Related Function Documentation

◆ basic_format_args< Context >

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

◆ detail::arg_data

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

◆ detail::make_arg

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

◆ dynamic_format_arg_store< Context >

template<typename Context >
friend class dynamic_format_arg_store< Context >
friend

◆ visit_format_arg

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

Member Data Documentation

◆ type_

template<typename Context >
detail::type fmt::v8::basic_format_arg< Context >::type_
private

◆ value_

template<typename Context >
detail::value<Context> fmt::v8::basic_format_arg< Context >::value_
private

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