#include "../assert.hpp"
#include "../callable_ref.hpp"
#include "../memory/span_algo.hpp"
#include "../reflect/enumerators.hpp"
#include "../type_identity.hpp"
#include "../valid_if/decl.hpp"
#include "interface.hpp"
#include <utility>
#include <eagine/value_tree/wrappers.inl>
Go to the source code of this file.
Classes | |
class | eagine::valtree::attribute |
Handle class for value tree attributes. More... | |
class | eagine::valtree::compound |
Handle class for value tree compounds. More... | |
class | eagine::valtree::compound_attribute |
Combination of a reference to a tree compound and a single attribute. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
eagine::valtree | |
Value-tree code is placed in this namespace. | |
Functions | |
static auto | eagine::valtree::operator/ (compound c, attribute a) noexcept -> compound_attribute |
Operator for creating a compound_attribute from compound and attribute. | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt