Showing content from https://timsong-cpp.github.io/cppwp/n4140/meta.unary.comp below:
[meta.unary.comp]
For any given type T, the result of applying one of these templates to T, and to cv-qualified T shall yield the same result.
Table
48
— Composite type category predicates
Template Condition Comments template <class T>
struct is_reference; T is an lvalue reference or an rvalue reference template <class T>
struct is_arithmetic; T is an arithmetic type ([basic.fundamental]) template <class T>
struct is_fundamental; T is a fundamental type ([basic.fundamental]) template <class T>
struct is_object; T is an object type ([basic.types]) template <class T>
struct is_scalar; T is a scalar type ([basic.types]) template <class T>
struct is_compound; T is a compound type ([basic.compound]) template <class T>
struct is_member_pointer; T is a pointer to non-static data member or non-static member function
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