Namespaces
Variants
Actions

std::basic_stacktrace<Allocator>::operator[]

From cppreference.com
 
 
Diagnostics library
 
 
const_reference operator[]( size_type pos ) const;
(since C++23)

Returns a reference to the entry at specified location pos. No bounds checking is performed.

If pos is not within the range of the stacktrace, i.e. pos >= size(), the behavior is undefined.

[edit] Parameters

pos - position of the stacktrace entry to return

[edit] Return value

Reference to the requested entry.

[edit] Exceptions

Throws nothing.

[edit] Complexity

Constant.

[edit] Example

This section is incomplete
Reason: no example

[edit] See also

access specified stacktrace entry with bounds checking
(public member function) [edit]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/utility/basic_stacktrace/operator_at&oldid=128999"

AltStyle によって変換されたページ (->オリジナル) /