L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
L4::Types::Is_trivially_copyable< T > Struct Template Reference

Check whether the given type is trivially copyable. More...

#include <types>

Inheritance diagram for L4::Types::Is_trivially_copyable< T >:
Collaboration diagram for L4::Types::Is_trivially_copyable< T >:

Detailed Description

template<typename T>
struct L4::Types::Is_trivially_copyable< T >

Check whether the given type is trivially copyable.

Objects of such types may be safely copied with memcpy() or serialized to/from binary files.

Template Parameters
TType to check whether it is trivially copyable.

Definition at line 361 of file types.


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