|
MNX Document Model
|
Base append implementation for dictionaries of Base-derived types. More...
#include <BaseTypes.h>
Inheritance diagram for mnx::detail::DictionaryAppendBase< Derived, T >:Public Member Functions | |
| 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) | |
Base append implementation for dictionaries of Base-derived types.
|
inline |
Append a new element at the end of the array. (Available only for Base types)