|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
Constrains a type to be one of the alternatives of a std::variant. More...
#include <VariantHelpers.hpp>
Constrains a type to be one of the alternatives of a std::variant.
The comparison is exact after removing cv-qualifiers and references from T. Derived types, implicitly convertible types, and constructible types do not satisfy the concept unless they are explicitly listed as alternatives.
| T | The type to test. |
| Variant | The variant type whose alternatives should be inspected. |
Definition at line 67 of file VariantHelpers.hpp.