62 typedef typename SimplePropertyTraitsT<T>::ConstReferenceType ConstReferenceType;
63 typedef typename SimplePropertyTraitsT<T>::ReferenceType ReferenceType;
64 typedef typename SimplePropertyTraitsT<T>::ValueType ValueType;
73 ConstReferenceType get()
const {
return m_value; }