This struct exists to return the same value as is_trivially_copyable and is intended to never be specialized. The purpose of using it is to perform the following static assert that the bsl and std versions of is_trivially_copyable are in sync.
Synopsis
Declared in <bslmf_istriviallycopyable.h>
template<class t_TYPE>
struct IsTriviallyCopyableCheck
: bsl::is_trivially_copyable<t_TYPE>
Base Classes
Name |
Description |
This |
Created with MrDocs