BDE 4.14.0 Production release
|
#include <bslmf_istriviallycopyable.h>
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.