struct thread_id
Declaration
struct thread_id : public manipulator { /* full declaration omitted */ };Description
Writes the thread_id to the log
Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:106
Inherits from: manipulator
Method Overview
- public static std::unique_ptr<thread_id> make()
- protected thread_id()
- public ~thread_id()
Inherited from manipulator:
Methods
static std::unique_ptr<thread_id> make()
static std::unique_ptr<thread_id> make()Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:108
thread_id()
thread_id()Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:113
~thread_id()
~thread_id()Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:110