variant_sequential_view.h File Reference
#include "rttr/detail/base/core_prerequisites.h"#include "rttr/detail/misc/misc_type_traits.h"#include "rttr/variant.h"#include "rttr/detail/variant_sequential_view/variant_sequential_view_private.h"#include <cstddef>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | rttr::variant_sequential_view::const_iterator |
| The variant_sequential_view::const_iterator allows iteration over an sequential container in a variant. More... | |
| class | rttr::variant_sequential_view |
The variant_sequential_view describes a class that refers to an sequence container (e.g: std::vector) inside a variant. More... | |
Namespaces | |
| rttr | |