Boost.OpenMethod

    • Motivation
    • Basic Features
      • Methods and Overriders
      • Performance
      • Smart Pointers
      • Header and Implementation Files
      • Namespaces
      • Friends
      • 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::policies::rtti::defaults
arrow_upward

boost::openmethod::policies::rtti::defaults

Default implementations of some rtti requirements.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

struct defaults;

Static Member Functions

Name

Description

type_index

Default implementation for type_index.

type_name

Default implementation of type_name.

Derived Classes

Name Description

fn

A RttiFn metafunction.

Created with MrDocs