tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Public Types | List of all members
remove_cv< T > Struct Template Reference

Strip const/volatile qualifiers from a type. More...

#include <simple_type_traits.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct remove_cv< T >

Strip const/volatile qualifiers from a type.

Template Parameters
TPossibly cv-qualified type.

Member Typedef Documentation

◆ type

template<typename T >
using remove_cv< T >::type = T

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