struct ov::PropertyName¶
Overview¶
This class is used to return property name and its mutability attribute. More…
#include <properties.hpp>
struct PropertyName: public std::string
{
// construction
PropertyName(, );
template <, >
PropertyName();
// methods
bool is_mutable() const;
};