WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
basic_format_arg< Context > Class Template Reference

#include <core.h>

Classes

class  handle
 

Public Member Functions

FMT_CONSTEXPR basic_format_arg ()
 
FMT_EXPLICIT operator bool () const FMT_NOEXCEPT
 
internal::type type () const
 
bool is_integral () const
 
bool is_arithmetic () const
 

Friends

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 internal::result_of< Visitor(int)>::type visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg)
 

Detailed Description

template<typename Context>
class basic_format_arg< Context >

Definition at line 484 of file core.h.

Constructor & Destructor Documentation

◆ basic_format_arg()

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

Definition at line 808 of file core.h.

Member Function Documentation

◆ is_arithmetic()

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

Definition at line 817 of file core.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ is_integral()

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

Definition at line 816 of file core.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator bool()

template<typename Context>
FMT_EXPLICIT basic_format_arg< Context >::operator bool ( ) const
inline

Definition at line 810 of file core.h.

◆ type()

template<typename Context>
internal::type basic_format_arg< Context >::type ( ) const
inline

Definition at line 814 of file core.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ basic_format_args< Context >

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

Definition at line 792 of file core.h.

◆ internal::arg_map< Context >

template<typename Context>
friend class internal::arg_map< Context >
friend

Definition at line 793 of file core.h.

◆ internal::make_arg

template<typename Context>
template<typename ContextType , typename T >
FMT_CONSTEXPR basic_format_arg<ContextType> internal::make_arg ( const T &  value)
friend

◆ visit_format_arg

template<typename Context>
template<typename Visitor , typename Ctx >
FMT_CONSTEXPR internal::result_of<Visitor(int)>::type visit_format_arg ( Visitor &&  vis,
const basic_format_arg< Ctx > &  arg 
)
friend

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