iceoryx_hoofs 2.0.3
Static Public Attributes | List of all members
iox::cxx::in_place_index< N > Struct Template Reference

helper struct to perform an emplacement at a predefined index in the constructor of a variant More...

#include <iceoryx_hoofs/cxx/variant.hpp>

Static Public Attributes

static constexpr uint64_t value = N
 

Detailed Description

template<uint64_t N>
struct iox::cxx::in_place_index< N >

helper struct to perform an emplacement at a predefined index in the constructor of a variant

Template Parameters

in] N index where to perform the placement new

Variant implementation from the C++17 standard with C++11. The interface is inspired by the C++17 sta...
Definition: variant.hpp:107
helper struct to perform an emplacement at a predefined index in the constructor of a variant
Definition: variant.hpp:42

The documentation for this struct was generated from the following file: