typedeftypenamestd::vector<T>::referenceReference;//!< These are references to T, *not* to SplatPropertyT<T>.
typedeftypenamestd::vector<T>::const_referenceConstReference;//!< These are used because a std::vector<bool>::reference is *not* the same as a reference to bool.