struct idx
Declaration
struct idx : public manipulator { /* full declaration omitted */ };Description
prefixes each message with an index.
Example: This will output something similar to:
Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:43
Inherits from: manipulator
Method Overview
Inherited from manipulator:
Methods
idx()
idx()Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:50
static std::unique_ptr<idx> make()
static std::unique_ptr<idx> make()Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:45
~idx()
~idx()Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:47