Audacity 3.2.0
Static Public Attributes | List of all members
Tuple::detail::increasing< Index, Indices... > Struct Template Reference

#include <Tuple.h>

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<size_t Index, size_t... Indices>
struct Tuple::detail::increasing< Index, Indices... >

Definition at line 68 of file Tuple.h.

Member Data Documentation

◆ value

template<size_t Index, size_t... Indices>
constexpr auto Tuple::detail::increasing< Index, Indices... >::value
staticconstexpr
Initial value:
= each_less<
std::index_sequence<Index, Indices...>,
std::index_sequence<Indices..., npos>
constexpr size_t npos(-1)

Definition at line 69 of file Tuple.h.


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