Audacity 3.2.0
Tuple.cpp
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/**********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 @file Tuple.cpp
7
8 Paul Licameli
9
10**********************************************************************/
11#include "Tuple.h"
12
Extraction of sub-tuples of std::tuple (or other tuple-like classes)