Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Stroika::Foundation::Common::trivially_copyable Concept Reference

concept version of std::is_trivially_copyable_v More...

#include <Concepts.h>

Concept definition

template<typename T>
concept Stroika::Foundation::Common::trivially_copyable = is_trivially_copyable_v<T>
concept version of std::is_trivially_copyable_v
Definition Concepts.h:181

Detailed Description

concept version of std::is_trivially_copyable_v

Definition at line 181 of file Concepts.h.