xtd 0.2.0
Loading...
Searching...
No Matches

◆ get_base_type() [1/2]

template<typename type_t , typename allocator_t = xtd::collections::generic::helpers::allocator<typename std::conditional<std::is_same<bool, type_t>::value, char, type_t>::type>>
virtual base_type & xtd::collections::generic::list< type_t, allocator_t >::get_base_type ( )
inlinevirtualnoexcept

Returns the underlying base type.

Returns
The underlying base type.
Warning
Don't manipulate the xtd::collections::generic::list::base_type yourself, otherwise the expected result may be undefined.