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::compiler::is_more_specific
arrow_upward

boost::openmethod::registry::compiler::is_more_specific

Synopsis

Declared in <boost/openmethod/initialize.hpp>

static
bool
is_more_specific(
    /* implementation-defined */ const* a,
    /* implementation-defined */ const* b);

Created with MrDocs