FreeBSD Manual Pages
std::stackt...operatorbool(3) C++ Standard Libarystd::stackt...operatorbool(3) NAME std::stacktrace_entry::operatorbool - std::stacktrace_entry::operator- bool Synopsis constexpr explicit operator bool() const noexcept; (since C++23) Checks whether the stacktrace_entry is non-empty, i.e. it represents an evaluation in a stacktrace. Parameters (none) Return value true if the stacktrace_entry is non-empty, false otherwise. Notes A non-empty stacktrace_entry can be obtained from a std::ba- sic_stacktrace created by std::basic_stacktrace::current or a copy of such std::basic_stack- trace. An empty stacktrace_entry can be created by the default constructor. Example This section is incomplete Reason: no example Category: * Todo no example http://cppreference.com 2024.06.10 std::stackt...operatorbool(3)
NAME | Synopsis | Parameters | Return value | Notes | Example | Category:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::stacktrace_entry::operatorbool&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
