vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
vir::reflectable_struct Concept Reference

Satisfied if T can be used with the following functions and types. More...

#include <struct_reflect.h>

Concept definition

template<typename T>
concept vir::reflectable_struct = detail::has_tuple_size<std::remove_cvref_t<T>>
or detail::aggregate_without_tuple_size<std::remove_cvref_t<T>>
Satisfied if T can be used with the following functions and types.
Definition struct_reflect.h:405

Detailed Description