Function operator=
Summary
#include <src/c4/yml/tree.hpp>
(1) Tree & operator=(Tree const &that) noexcept
(2) Tree & operator=(Tree &&that) noexcept
Function overload
Synopsis
#include <src/c4/yml/tree.hpp>
Tree & operator=(Tree const &that) noexcept
Description
No description yet.
Source
Line 437 in src/c4/yml/tree.hpp.
Synopsis
#include <src/c4/yml/tree.hpp>
Tree & operator=(Tree &&that) noexcept
Description
No description yet.
Source
Line 438 in src/c4/yml/tree.hpp.