BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::IsTriviallyCopyableCheck< t_TYPE > Struct Template Reference

#include <bslmf_istriviallycopyable.h>

Inheritance diagram for bslmf::IsTriviallyCopyableCheck< t_TYPE >:
bsl::is_trivially_copyable< t_TYPE >

Detailed Description

template<class t_TYPE>
struct bslmf::IsTriviallyCopyableCheck< t_TYPE >

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.


The documentation for this struct was generated from the following file: