Boost.OpenMethod

    • Introduction
    • Open-Methods 101
    • Performance
    • Smart Pointers
    • Headers
    • Namespaces
    • Friendship
    • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::registry::require_initialized
arrow_upward

boost::openmethod::registry::require_initialized

Check that the registry is initialized.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

static
void
require_initialized();

Description

Check if initialize has been called for this registry, and report an error if not.

Errors

  • not_initialized: The registry is not initialized.

Created with MrDocs