vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
vir::as_pair< T > Struct Template Reference

Defines the member type type to a std::pair specialization matching the non-static data members of T. More...

#include <struct_reflect.h>

Detailed Description

template<typename T>
requires (struct_size_v<std::remove_cvref_t<T>> == 2)
struct vir::as_pair< T >

Defines the member type type to a std::pair specialization matching the non-static data members of T.


The documentation for this struct was generated from the following file: