Mr.Docs
Mr.Docs The C++ Alliance
Download

Mr.Docs

    • Home
    • Demos
    • Installation
    • Getting Started
    • The Configuration File
    • Documenting the Code
    • Generators
    • Design Notes
    • Library Reference
    • Contributor’s Guide
    • License
Mr.Docs master
  • Mr.Docs
    • master
    • develop
    • v0.0.5
    • v0.0.4
    • v0.0.3
    • v0.0.2
    • v0.0.1
  • Mr.Docs
  • mrdocs::nullable_traits<Polymorphic<T>>
master develop v0.0.5 v0.0.4 v0.0.3 v0.0.2 v0.0.1

mrdocs::nullable_traits<Polymorphic<T>>

nullable_traits for Polymorphic<T>.

Synopsis

Declared in <mrdocs/ADT/Polymorphic.hpp>

template<class T>
struct nullable_traits<Polymorphic<T>>;

Static Member Functions

Name

is_null

make_null

null

Description

Only this friend specialization can create/reset the null state.

Created with MrDocs