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

Conditionally add const to type T if C has the const qualifier. More...

#include <iceoryx_hoofs/cxx/type_traits.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T, typename C>
struct iox::cxx::add_const_conditionally< T, C >

Conditionally add const to type T if C has the const qualifier.

Template Parameters
Tis the type to conditionally add the const qualifier
Conditionis the type which determines if the const qualifier needs to be added to T

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