iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::remove_cvref< T > Struct Template Reference

Implementation of C++20's std::remove_cvref. More...

#include <type_traits.hpp>

Public Types

using type_t = std::remove_cv_t< std::remove_reference_t< T > >
 

Detailed Description

template<typename T>
struct iox2::legacy::remove_cvref< T >

Implementation of C++20's std::remove_cvref.

Definition at line 157 of file type_traits.hpp.

Member Typedef Documentation

◆ type_t

template<typename T >
using iox2::legacy::remove_cvref< T >::type_t = std::remove_cv_t<std::remove_reference_t<T> >

Definition at line 158 of file type_traits.hpp.


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