olp-cpp-sdk  1.22.0
Public Types | List of all members
olp::thread::internal::RemoveRefAndConstImpl< Type > Struct Template Reference

A helper class removes type qualifiers and provides a type. More...

#include <TypeHelpers.h>

Public Types

using type = typename std::remove_cv< typename std::remove_reference< Type >::type >::type
 

Detailed Description

template<typename Type>
struct olp::thread::internal::RemoveRefAndConstImpl< Type >

A helper class removes type qualifiers and provides a type.


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