Namespaces
Variants

std::stacktrace_entry:: native_handle

From cppreference.net
constexpr native_handle_type native_handle ( ) const noexcept ;
(C++23以降)

実装定義の基盤となるネイティブハンドルを返します。変更されていない stacktrace_entry オブジェクトに対してこの関数を連続して呼び出すと、同一の値が返されます。

この関数のセマンティクスは実装定義です。

パラメータ

(なし)

戻り値

基盤となるネイティブハンドル。