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::select_dominant_overriders
arrow_upward

boost::openmethod::registry::compiler::select_dominant_overriders

Synopsis

Declared in <boost/openmethod/initialize.hpp>

static
void
select_dominant_overriders(
    std::vector</* implementation-defined */*>& dominants,
    std::size_t& pick,
    std::size_t& remaining);

Created with MrDocs