#include <concepts.hpp>
|
| using | NormT = std::decay_t<T> |
| |
| using | NormU = std::decay_t<U> |
| |
|
| static constexpr bool | value |
| |
◆ NormT
template<typename T , typename U >
◆ NormU
template<typename T , typename U >
◆ value
template<typename T , typename U >
Initial value:=
(std::is_trivially_constructible_v<NormT, NormU> && std::is_trivially_constructible_v<NormU, NormT>) ||
MemoryIOCompatImpl<NormT, NormU>::value || MemoryIOCompatImpl<NormU, NormT>::value
The documentation for this struct was generated from the following file: