Skip to content

iox::cxx::in_place_type🔗

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🔗

Name
using T type

Detailed Description🔗

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

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

Template Parameters:


Public Types Documentation🔗

using type🔗

using iox::cxx::in_place_type< T >::type =  T;

Updated on 18 December 2023 at 13:11:42 CET