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

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

Default implementation of type_name.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

template<typename Stream>
static
void
type_name(
    type_id type,
    Stream& stream);

Description

Executes stream << "type_id(" << type << ")".

Parameters

Name Description

type

A type_id.

stream

A stream to write to.

Created with MrDocs