xtd
0.2.0
Loading...
Searching...
No Matches
◆
back()
[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
reference
xtd::collections::generic::list
< type_t, allocator_t >::back
(
)
inline
virtual
Returns a reference to the last element in the container.
Returns
Reference to the first element.
Remarks
Calling front on an empty container causes undefined behavior.
xtd
collections
generic
list
Generated on Sat Sep 14 2024 21:25:18 for xtd by
Gammasoft
. All rights reserved.