|
StormByte C++ Library 0.0.9999
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
|
Concept to check if a variant type contains a specific type. More...
#include <type_traits.hxx>
Concept to check if a variant type contains a specific type.
| T | Variant type to check. |
| U | Type to look for within the variant. |
A type satisfies VariantHasType if U is one of the alternative types in the variant T.