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);
Parameters
| Name | Description |
|---|---|
type |
The |
stream |
The stream to write to. |
Created with MrDocs