Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ser::is_trivially_serializable< T > Struct Template Reference

Reports whether a type may be serialized by copying its representation. More...

#include <ser_common.h>

Static Public Attributes

static constexpr bool value = update()
 True when the type can be serialized trivially.
 

Detailed Description

template<typename T>
struct gaia::ser::is_trivially_serializable< T >

Reports whether a type may be serialized by copying its representation.

Template Parameters
TType to inspect.

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