LSLOpt  1.0
Public Types | List of all members
LSLOpt::Implementation::remove_cvref< T > Struct Template Reference

! More...

#include <ProblemTraits.hpp>

Public Types

using type = typename std::remove_cv< typename std::remove_reference< T >::type >::type
 ! More...
 

Detailed Description

template<typename T>
struct LSLOpt::Implementation::remove_cvref< T >

!

Remove CV and reference from type.

Member Typedef Documentation

◆ type

template<typename T>
using LSLOpt::Implementation::remove_cvref< T >::type = typename std::remove_cv<typename std::remove_reference<T>::type>::type

!

The type T without CV and reference.


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