|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
Determines whether a type is one of the alternatives of a std::variant. More...
#include <VariantHelpers.hpp>
Determines whether a type is one of the alternatives of a std::variant.
The primary template handles non-variant types and evaluates to std::false_type.
| T | The type to test. |
| Variant | The variant type whose alternatives should be inspected. |
Definition at line 28 of file VariantHelpers.hpp.