Namespaces
Variants
Actions

std::basic_stacktrace<Allocator>::at

From cppreference.com
 
C++
 
Diagnostics library
 
std::basic_stacktrace
const_reference at( size_type pos ) const;
(since C++23)

Returns a reference to the entry at specified location pos, with bounds checking.

If pos is not within the range of the stacktrace, an exception of type std::out_of_range is thrown.

Contents

[edit] Parameters

pos - position of the stacktrace entry to return

[edit] Return value

Reference to the requested entry.

[edit] Exceptions

std::out_of_range if pos >= size().

[edit] Complexity

Constant.

[edit] Example

[edit] See also

access specified stacktrace entry
(public member function) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant