Skip to content

iox::cxx::in_place_index🔗

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

#include <iceoryx_hoofs/cxx/variant.hpp>

Public Attributes🔗

Name
constexpr uint64_t value

Detailed Description🔗

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

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

Template Parameters:


Public Attributes Documentation🔗

variable value🔗

static constexpr uint64_t value = N;

Updated on 10 February 2023 at 12:43:22 CET