Showing content from https://timsong-cpp.github.io/cppwp/n4659/meta.trans.ptr below:
[meta.trans.ptr]
23 General utilities library [utilities] 23.15 Metaprogramming and type traits [meta] 23.15.7 Transformations between types [meta.trans] 23.15.7.5 Pointer modifications [meta.trans.ptr]
Table
49
— 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 names T1; otherwise, it names T. template <class T>
struct add_pointer; If T names a referenceable type or a cv void type then the member typedef type names the same type as remove_reference_t<T>*; otherwise, type names 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