struct scoped_annotation
Declaration
struct scoped_annotation { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/threading_base/include/pika/threading_base/scoped_annotation.hpp:157
Method Overview
- public constexpr scoped_annotation(const char *) noexcept
- public template <typename F>constexpr scoped_annotation(F &&) noexcept
- public ~scoped_annotation()
Methods
constexpr scoped_annotation(const char*) noexcept
constexpr scoped_annotation(const char*) noexceptDeclared at: libs/pika/threading_base/include/pika/threading_base/scoped_annotation.hpp:161
Parameters
- const char*
template <typename F>
constexpr scoped_annotation(F&&) noexcept
template <typename F>
constexpr scoped_annotation(F&&) noexceptDeclared at: libs/pika/threading_base/include/pika/threading_base/scoped_annotation.hpp:164
Parameters
- F&&
~scoped_annotation()
~scoped_annotation()Declared at: libs/pika/threading_base/include/pika/threading_base/scoped_annotation.hpp:170