|
guanaqo
1.0.0-alpha.25
Utilities for scientific software
|
Utility to guard against accidental template aliases.
Definition in file possible-alias.hpp.
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | guanaqo |
| namespace | guanaqo::detail |
Typedefs | |
| template<class NewAlias, class... PossibleAliases> | |
| using | guanaqo::possible_alias_t |
If NewAlias is not the same type as any of PossibleAliases, the result is NewAlias. | |
Functions | |
| template<class A, class... Bs> | |
| constexpr bool | guanaqo::detail::any_is_same () |
Check if A is equal to any of Bs. | |