Livox SDK API  V2.2.0
fmt::v5::is_tuple_like< T > Struct Template Reference

#include <ranges.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
struct fmt::v5::is_tuple_like< T >

Definition at line 202 of file ranges.h.

Member Data Documentation

template<typename T >
const bool fmt::v5::is_tuple_like< T >::value
static
Initial value:
=
internal::is_tuple_like_<T>::value && !internal::is_range_<T>::value

Definition at line 203 of file ranges.h.


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