3 #include "swCommonLib/Common/RTTR.h"
4 #include "swCommonLib/Common/Properties/Property.h"
19 template<
typename PropertyType >
22 auto metaProperty = rttr::type::get( *this ).get_property( propertyName );
24 if( metaProperty.is_valid() && metaProperty.get_type().is_derived_from< PropertyType >() )
Definition: IEnableProperty.h:7
Definition: Property.h:47