Livox SDK API  V2.1.0
fmt::v5::internal::get_type< Context, T > Struct Template Reference

#include <core.h>

Public Attributes

decltype(make_value< Context >(declval< typename std::decay< T >::type & >())) typedef value_type
 

Static Public Attributes

static const type value = value_type::type_tag
 

Detailed Description

template<typename Context, typename T>
struct fmt::v5::internal::get_type< Context, T >

Definition at line 1044 of file core.h.

Member Data Documentation

template<typename Context , typename T >
const type fmt::v5::internal::get_type< Context, T >::value = value_type::type_tag
static

Definition at line 1047 of file core.h.

template<typename Context , typename T >
decltype(make_value<Context>( declval<typename std::decay<T>::type&>())) typedef fmt::v5::internal::get_type< Context, T >::value_type

Definition at line 1046 of file core.h.


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