|
L4Re Operating System Framework
Interface and Usage Documentation
|
Check whether the given type is trivially copyable. More...
#include <types>
Check whether the given type is trivially copyable.
Objects of such types may be safely copied with memcpy() or serialized to/from binary files.
| T | Type to check whether it is trivially copyable. |