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

boost::openmethod::policies::std_rtti

Implements the rtti policy using standard RTTI.

Synopsis

Declared in <boost/openmethod/policies/std_rtti.hpp>

struct std_rtti
    : rtti

Base Classes

Name Description

rtti

Policy for manipulating type information.

Types

Name

Description

fn

A RttiFn metafunction.

Description

std_rtti implements the rtti policy using the standard C++ RTTI system. It is the default RTTI policy.

Created with MrDocs