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

boost::openmethod::policies::RttiFn::type_name

Writes a representation of a type_id to a stream.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

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

Template Parameters

Name Description

Stream

A LightweightOutputStream.

Parameters

Name Description

type

The type_id to write.

stream

The stream to write to.

Created with MrDocs