VCTR
Loading...
Searching...
No Matches
vctr::is::triviallyCopyable Concept Reference

Constrains a type to be trivially copyable. More...

Concept definition

template<class T>
concept vctr::is::triviallyCopyable = std::is_trivially_copyable_v<T>
Constrains a type to be trivially copyable.
Definition: GenericConcepts.h:84

Detailed Description

Constrains a type to be trivially copyable.