E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
Structured Types Management

Detailed Description

EVE provides various elements to simplify the management of user-defined structures as vectorized types.

Convenience header:

#include <eve/traits/product_type.hpp>

Classes

struct  eve::supports_ordering< Type >
 Register a user-defined type to supports ordering. More...
 
struct  eve::supports_like< Wrapper, Self >
 Opt-in traits for eve::like concept compliance. More...
 
struct  eve::struct_support< Self, Fields >
 CRTP base-class to declare operators for user-defined product type. More...
 

Concepts

concept  eve::like
 Specifies semantic compatibility between wrapper/wrapped types.