This struct template implements a meta‐function to determine whether the (non‐cv‐qualified) (template parameter) t_TYPE is trivially copyable.
Synopsis
Declared in <bslmf_istriviallycopyable.h>
template<class t_TYPE>
struct IsTriviallyCopyable_DetectTrait<t_TYPE, true>
: bsl::true_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs