Namespaces
Variants

std::stacktrace_entry:: operator=

From cppreference.net
constexpr stacktrace_entry & operator = ( const stacktrace_entry & other ) noexcept ;
(C++23부터)

복사 할당 연산자. * this 의 내용을 other 의 내용으로 대체합니다.

매개변수

other - 할당할 다른 stacktrace_entry

반환값

* this .