iceoryx_hoofs 2.0.3
|
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 |
Conditionally add const to type T if C has the const qualifier.
T | is the type to conditionally add the const qualifier |
Condition | is the type which determines if the const qualifier needs to be added to T |