ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Common::remove_cv< T > Struct Template Reference

#include <type_traits.h>

Public Types

typedef T type
 

Detailed Description

template<class T>
struct Common::remove_cv< T >

A set of templates which removes const and/or volatile specifiers. Use the remove_*_t<T> variants.


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