MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / array_init_elem

Class array_init_elem

src/toml.hpp:5981–5991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5979 };
5980
5981 struct array_init_elem
5982 {
5983 mutable node_ptr value;
5984
5985 template <typename T>
5986 TOML_NODISCARD_CTOR
5987 array_init_elem(T&& val, value_flags flags = preserve_source_value_flags) //
5988 : value{ make_node(static_cast<T&&>(val), flags) }
5989 {}
5990 };
5991}
5992TOML_IMPL_NAMESPACE_END;
5993
5994TOML_NAMESPACE_START

Callers

nothing calls this directly

Calls 1

make_nodeFunction · 0.85

Tested by

no test coverage detected