Livox SDK API  V2.0.0
fmt::v5::internal::is_tuple_like_< T > Class Template Reference

tuple_size and tuple_element check. More...

#include <ranges.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
class fmt::v5::internal::is_tuple_like_< T >

tuple_size and tuple_element check.

Definition at line 110 of file ranges.h.

Member Data Documentation

◆ value

template<typename T >
const bool fmt::v5::internal::is_tuple_like_< T >::value
static
Initial value:
=
!std::is_void<decltype(check<T>( NULL ))>::value

Definition at line 119 of file ranges.h.


The documentation for this class was generated from the following file:
fmt::v5::internal::is_tuple_like_::value
static const bool value
Definition: ranges.h:119