iceoryx_doc
1.0.1
|
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 |
helper struct to perform an emplacement of a predefined type in in the constructor of a variant
[in] | T | type which should be created cxx::variant<int, float, double> someVariant(cxx::in_place_type<float>(), 123.456f);
|