System::Collections::Generic::BaseSet::data method
BaseSet::data() method
Underlying data structure accessor.
set_t & System::Collections::Generic::BaseSet<T, SET_T>::data()
ReturnValue
Reference to underlying data structure.
See Also
- Typedef set_t
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
BaseSet::data() const method
Underlying data structure accessor.
const set_t & System::Collections::Generic::BaseSet<T, SET_T>::data() const
ReturnValue
Const reference to underlying data structure.
See Also
- Typedef set_t
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++