Showing content from https://timsong-cpp.github.io/cppwp/n4140/meta.trans.ptr below:
[meta.trans.ptr]
20 General utilities library [utilities] 20.10 Metaprogramming and type traits [meta] 20.10.7 Transformations between types [meta.trans] 20.10.7.5 Pointer modifications [meta.trans.ptr]
Table
56
— Pointer modifications
Template Comments template <class T>
struct remove_pointer; If T has type “(possibly cv-qualified) pointer to T1” then the member typedef type shall name T1; otherwise, it shall name T. template <class T>
struct add_pointer; The member typedef type shall name the same type as remove_reference_t<T>*.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4