iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::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 <variant.hpp>

Static Public Attributes

static constexpr uint64_t value { N }
 

Detailed Description

template<uint64_t N>
struct iox2::legacy::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:101
constexpr bool always_false_v
Helper value to bind a static_assert to a type.
helper struct to perform an emplacement at a predefined index in the constructor of a variant
Definition variant.hpp:38

Definition at line 38 of file variant.hpp.

Member Data Documentation

◆ value

template<uint64_t N>
constexpr uint64_t iox2::legacy::in_place_index< N >::value { N }
staticconstexpr

Definition at line 39 of file variant.hpp.


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