struct ov::Property<T, PropertyMutability::RO>¶
Overview¶
This class is used to bind read-only property name with value type. More…
#include <properties.hpp>
template <typename T>
struct Property<T, PropertyMutability::RO>: public util::BaseProperty< T, PropertyMutability::RO >
{
};
Detailed Documentation¶
This class is used to bind read-only property name with value type.
Parameters:
T |
type of value used to pass or get property |