BioCMAMC-ST
HasExportProperties Concept Reference
Model that can export properties.
More...
#include <
traits.hpp
>
Concept definition
template
<
typename
T>
concept
HasExportProperties
=
HasExportPropertiesFull<T>
||
HasExportPropertiesPartial<T>
HasExportPropertiesFull
SFNIAE way to check whether model allow all value saving.
Definition
traits.hpp:165
HasExportPropertiesPartial
SFNIAE way to check whether model allow partial value saving.
Definition
traits.hpp:171
HasExportProperties
Model that can export properties.
Definition
traits.hpp:178
Detailed Description
Model that can export properties.
HasExportProperties
Generated by
1.14.0