iceoryx_hoofs 2.0.3
Public Types | List of all members
iox::cxx::in_place_type< T > Struct Template Reference

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

#include <iceoryx_hoofs/cxx/variant.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct iox::cxx::in_place_type< T >

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

Template Parameters

in] T type which should be created

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 of a predefined type in in the constructor of a variant
Definition: variant.hpp:54

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