Livox SDK API  V2.2.0
fmt::v5::internal::checked_args< S, Args > Struct Template Reference

#include <core.h>

Inheritance diagram for fmt::v5::internal::checked_args< S, Args >:
fmt::v5::format_arg_store< buffer_context< char_t< S >::type >::type, Args... >

Public Types

typedef buffer_context< typename char_t< S >::type >::type context
 

Public Member Functions

 checked_args (const S &format_str, const Args &...args)
 
basic_format_args< contextoperator* () const
 
- Public Member Functions inherited from fmt::v5::format_arg_store< buffer_context< char_t< S >::type >::type, Args... >
 format_arg_store (const Args &...args)
 

Additional Inherited Members

- Static Public Attributes inherited from fmt::v5::format_arg_store< buffer_context< char_t< S >::type >::type, Args... >
static const unsigned long long TYPES
 

Detailed Description

template<typename S, typename... Args>
struct fmt::v5::internal::checked_args< S, Args >

Definition at line 1358 of file core.h.

Member Typedef Documentation

template<typename S , typename... Args>
typedef buffer_context<typename char_t< S >::type>::type fmt::v5::internal::checked_args< S, Args >::context

Definition at line 1360 of file core.h.

Constructor & Destructor Documentation

template<typename S , typename... Args>
fmt::v5::internal::checked_args< S, Args >::checked_args ( const S &  format_str,
const Args &...  args 
)
inline

Definition at line 1362 of file core.h.

Member Function Documentation

template<typename S , typename... Args>
basic_format_args<context> fmt::v5::internal::checked_args< S, Args >::operator* ( ) const
inline

Definition at line 1367 of file core.h.


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