|
#include <memory>
#include "../detail/SpecializedVariant.h"
#include "../../../type/variant/container/List.h"
#include "../../../type/variant/container/Pair.h"
#include "../../../type/variant/container/Tuple.h"
#include "Dict.h"
Go to the source code of this file.
Classes | |
class | List |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::aron | |
armarx::aron::data | |
A convenience header to include all aron files (full include, not forward declared) | |
Typedefs | |
using | ListPtr = std::shared_ptr< List > |
Functions | |
template<typename... _Args> | |
aron::data::ListPtr | make_list (_Args &&... args) |