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

  • protected idx()
  • public static std::unique_ptr<idx> make()
  • public ~idx()

Inherited from manipulator:

Methods

idx()

Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:50

static std::unique_ptr<idx> make()

Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:45

~idx()

Declared at: libs/pika/logging/include/pika/logging/format/formatters.hpp:47