|
MNX Document Model
|
Inheritance diagram for mnx::detail::DictionaryAppendOverloads< Derived, T, typename >:Additional Inherited Members | |
Public Member Functions inherited from mnx::detail::DictionaryAppendBase< Derived, T > | |
| template<typename U = T, typename... Args, std::enable_if_t< std::is_base_of_v< Base, U >, int > = 0> | |
| U | append (std::string_view key, Args &&... args) |
| Append a new element at the end of the array. (Available only for Base types) | |