ECSTASY
All in the name
Loading...
Searching...
No Matches
has_extraction_operator.hpp File Reference

Concept to check if a type can be saved with a serializer using the extraction operator. More...

Include dependency graph for has_extraction_operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 
namespace  ecstasy::serialization
 Namespace regrouping the serialization ecstasy classes.
 
namespace  ecstasy::serialization::concepts
 Namespace regrouping the serialization ecstasy concepts.
 

Concepts

concept  ecstasy::serialization::concepts::has_extraction_operator
 Concept to check if a type can be saved with a serializer using the extraction operator.
 

Variables

template<typename S , typename C >
bool constexpr ecstasy::serialization::concepts::has_extraction_operator_v = has_extraction_operator<S, C>
 Alias for has_extraction_operator "has_extraction_operator<S, C>::value".
 

Detailed Description

Concept to check if a type can be saved with a serializer using the extraction operator.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2024-06-24

Definition in file has_extraction_operator.hpp.