ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::serialization::concepts::has_insertion_operator Concept Reference

Concept to check if a type can be updated with a serializer using the insertion operator. More...

#include <has_insertion_operator.hpp>

Concept definition

template<typename S, typename T>
requires std::derived_from<S, ISerializer>;
{ t << s } -> std::same_as<T &>;
}
Concept to check if a type can be updated with a serializer using the insertion operator.

Detailed Description

Concept to check if a type can be updated with a serializer using the insertion operator.

Template Parameters
TType to save.
SSerializer type.
Parameters
[in]sSerializer.
[in]tType to save.
Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2024-06-24)

Definition at line 33 of file has_insertion_operator.hpp.