|
LSLOpt
1.0
|
! More...
#include <ProblemTraits.hpp>
Public Types | |
| using | type = typename std::remove_cv< typename std::remove_reference< T >::type >::type |
| ! More... | |
!
Remove CV and reference from type.
| 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.
1.8.13