[meta.unary.general] (original) (raw)
21 Metaprogramming library [meta]
21.3 Metaprogramming and type traits [type.traits]
21.3.5 Unary type traits [meta.unary]
21.3.5.1 General [meta.unary.general]
Subclause [meta.unary] contains templates that may be used to query the properties of a type at compile time.
Each of these templates shall be aCpp17UnaryTypeTraitwith a base characteristic oftrue_type if the corresponding condition is true, otherwisefalse_type.