xtd
0.2.0
Loading...
Searching...
No Matches
◆
at()
[2/2]
template<typename type_t >
virtual
const_reference
xtd::collections::generic::list
< type_t >::at
(
size_type
index
)
const
inline
virtual
Returns a reference to the element at specified location pos, with bounds checking.
Parameters
index
The position of the element to return.
Returns
Reference to the requested element.
Exceptions
std::out_of_range
If pos is not within the range of the container.
xtd
collections
generic
list
Generated on Sun Sep 8 2024 19:10:58 for xtd by
Gammasoft
. All rights reserved.