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 v0.8.0
  • Mr.Docs
    • master
    • develop
    • v0.8.0
    • v0.0.5
    • v0.0.4
    • v0.0.3
    • v0.0.2
    • v0.0.1
  • Mr.Docs
  • mrdocs::dom::Object::Object
master develop v0.8.0 v0.0.5 v0.0.4 v0.0.3 v0.0.2 v0.0.1

mrdocs::dom::Object::Object

Constructor.

Synopses

Declared in <mrdocs/Dom/Object.hpp>

Constructor.

Object();

» more...

Constructor.

Object(Object const& other) noexcept;

» more...

Constructor.

Object(Object&& other);

» more...

Constructor.

explicit
Object(impl_type impl) noexcept;

» more...

Constructor.

explicit
Object(storage_type list);

» more...

Parameters

Name Description

list

The initial list of values.

Created with MrDocs