Stratax
Scientific computing containers and operations
Loading...
Searching...
No Matches
stratax::core::concept_detail Namespace Reference

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.

Typedef Documentation

◆ clean_t

template<typename T>
using stratax::core::concept_detail::clean_t = std::remove_cvref_t<T>

Removes cv-qualifiers and references from a type.

Template Parameters
TType to normalize.

Definition at line 17 of file Concepts.hpp.