ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_SERIALIZATION_TRAITS_INCLUDE_HPP_
13#define ECSTASY_SERIALIZATION_TRAITS_INCLUDE_HPP_
14
15#include "can_load_type.hpp"
16#include "can_save_type.hpp"
17#include "can_update_type.hpp"
18
26{
27}
28
29#endif /* !ECSTASY_SERIALIZATION_TRAITS_INCLUDE_HPP_ */
Concept to check if a type can be loaded with a serializer using the extraction operator.
Concept to check if a type can be saved with a serializer.
Concept to check if a type can be updated with a serializer.
Namespace regrouping the serialization ecstasy type traits.