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 10 February 2023 at 12:43:22 CET