std::basic_stacktrace<Allocator>::operator[]
Min standard notice:
Returns a reference to the entry at specified location pos. No bounds checking is performed.
# Declarations
const_reference operator[]( size_type pos ) const;
(since C++23)
# Parameters
pos: position of the stacktrace entry to return
# Return value
Reference to the requested entry.
# Example
This section is incompleteReason: no example