parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
Loading...
Searching...
No Matches
parcel::HasDefaultCellWrapper Concept Reference

Concept matching types for which a default_cell_for mapping exists. More...

#include <defaults.h>

Concept definition

template<typename T>
concept parcel::HasDefaultCellWrapper = requires { typename default_cell_for<T>::type; }
Concept matching types for which a default_cell_for mapping exists.
Definition defaults.h:69

Detailed Description

Concept matching types for which a default_cell_for mapping exists.

Template Parameters
TCandidate type.