|
nfx-serialization 0.9.3
Cross-platform C++ JSON serialization library with extensible trait capabilities
|
Identifies types from nfx:: namespaces that have SerializationTraits. More...
#include <nfx/serialization/json/Concepts.h>


Identifies types from nfx:: namespaces that have SerializationTraits.
This trait explicitly lists all nfx extension types to distinguish them from STL types. Used to route types to correct template overloads:
Base template - defaults to false
Specialize this in extension headers (DatatypesTraits.h, etc.) AFTER including the actual type definitions
Definition at line 114 of file Concepts.h.