mrdocs::doc::InlineContainer::operator=
Move assignment operator
Synopsis
constexpr
InlineContainer&
operator=(InlineContainer&& other) noexcept = default;
Parameters
Name |
Description |
other |
The object to move assign from |
Created with MrDocs