iceoryx_doc  1.0.1
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 <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

Parameters
[in]Ttype which should be created
cxx::variant<int, float, double> someVariant(cxx::in_place_type<float>(), 123.456f);

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