EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
echomap::variant_helpers::IsVariantAlternative< T, Variant > Struct Template Reference

Determines whether a type is one of the alternatives of a std::variant. More...

#include <VariantHelpers.hpp>

Inheritance diagram for echomap::variant_helpers::IsVariantAlternative< T, Variant >:
[legend]

Detailed Description

template<typename T, typename Variant>
struct echomap::variant_helpers::IsVariantAlternative< T, Variant >

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.

Template Parameters
TThe type to test.
VariantThe variant type whose alternatives should be inspected.

Definition at line 28 of file VariantHelpers.hpp.


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