|
Stratax
Scientific computing containers and operations
|
Concepts | |
| concept | SameAsAny |
| concept | CharacterLike |
| concept | BoolLike |
| concept | SupportedComplex |
Typedefs | |
| template<typename T> | |
| using | clean_t = std::remove_cvref_t<T> |
| Removes cv-qualifiers and references from a type. | |
| using stratax::core::concept_detail::clean_t = std::remove_cvref_t<T> |
Removes cv-qualifiers and references from a type.
| T | Type to normalize. |
Definition at line 17 of file Concepts.hpp.