iceoryx_doc
1.0.1
|
helper struct to perform an emplacement at a predefined index in the constructor of a variant More...
#include <variant.hpp>
Static Public Attributes | |
static constexpr uint64_t | value = N |
helper struct to perform an emplacement at a predefined index in the constructor of a variant
[in] | N | index where to perform the placement new cxx::variant<int, float, int> someVariant(cxx::in_place_index<2>(), 42);
|