Skip to content

Examples OneTime

Eduard Mishkurov edited this page Apr 7, 2026 · 1 revision

OneTime example

OneTime

This example shows object-scoped one-time logging.

What it demonstrates

  • Deriving from OneTimeOverrideGenerator
  • Using LOGME_ONCE4THIS
  • Printing a message only once per object instance

Notes

  • This is useful for repetitive warnings that should appear once per object instead of once per call site.

Clone this wiki locally