Audacity 3.2.0
Static Public Attributes | List of all members
Tuple::detail::each_less< std::index_sequence< Indices1... >, std::index_sequence< Indices2... > > Struct Template Reference

#include <Tuple.h>

Static Public Attributes

static constexpr auto value = ((Indices1 < Indices2) && ...)
 

Detailed Description

template<size_t... Indices1, size_t... Indices2>
struct Tuple::detail::each_less< std::index_sequence< Indices1... >, std::index_sequence< Indices2... > >

Definition at line 55 of file Tuple.h.

Member Data Documentation

◆ value

template<size_t... Indices1, size_t... Indices2>
constexpr auto Tuple::detail::each_less< std::index_sequence< Indices1... >, std::index_sequence< Indices2... > >::value = ((Indices1 < Indices2) && ...)
staticconstexpr

Definition at line 58 of file Tuple.h.


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