mrdocs::dom::Value::Value
Construct an integer value.
Synopsis
Declared in <mrdocs/Dom/Value.hpp>
Value(int64_t v) noexcept;
Parameters
Name |
Description |
v |
The object to construct from |
Created with MrDocs
Construct an integer value.
Declared in <mrdocs/Dom/Value.hpp>
Value(int64_t v) noexcept;
Name |
Description |
v |
The object to construct from |
Created with MrDocs