DART
6.10.1
|
Used to identify constructor arguments that can be used as Properties. More...
#include <EmbeddedAspect.hpp>
Public Types | |
using | type = typename std::conditional< std::is_base_of< PropertiesData, T >::value, PropertiesData, T >::type |
Used to identify constructor arguments that can be used as Properties.
using dart::common::detail::EmbeddedPropertiesAspect< BaseT, DerivedT, PropertiesDataT, PropertiesT, setEmbeddedProperties, getEmbeddedProperties >::ConvertIfProperties< T >::type = typename std::conditional< std::is_base_of<PropertiesData, T>::value, PropertiesData, T>::type |