Lines Matching full:concept
17 // [concept.same], concept same_as
19 concept same_as = see below;
21 // [concept.derived], concept derived_from
23 concept derived_from = see below;
25 // [concept.convertible], concept convertible_to
27 concept convertible_to = see below;
29 // [concept.commonref], concept common_reference_with
31 concept common_reference_with = see below;
33 // [concept.common], concept common_with
35 concept common_with = see below;
39 concept integral = see below;
41 concept signed_integral = see below;
43 concept unsigned_integral = see below;
45 concept floating_point = see below;
47 // [concept.assignable], concept assignable_from
49 concept assignable_from = see below;
51 // [concept.swappable], concept swappable
58 concept swappable = see below;
60 concept swappable_with = see below;
62 // [concept.destructible], concept destructible
64 concept destructible = see below;
66 // [concept.constructible], concept constructible_from
68 concept constructible_from = see below;
70 // [concept.default.init], concept default_initializable
72 concept default_initializable = see below;
74 // [concept.moveconstructible], concept move_constructible
76 concept move_constructible = see below;
78 // [concept.copyconstructible], concept copy_constructible
80 concept copy_constructible = see below;
82 // [concept.equalitycomparable], concept equality_comparable
84 concept equality_comparable = see below;
86 concept equality_comparable_with = see below;
88 // [concept.totallyordered], concept totally_ordered
90 concept totally_ordered = see below;
92 concept totally_ordered_with = see below;
96 concept movable = see below;
98 concept copyable = see below;
100 concept semiregular = see below;
102 concept regular = see below;
105 // [concept.invocable], concept invocable
107 concept invocable = see below;
109 // [concept.regularinvocable], concept regular_invocable
111 concept regular_invocable = see below;
113 // [concept.predicate], concept predicate
115 concept predicate = see below;
117 // [concept.relation], concept relation
119 concept relation = see below;
121 // [concept.equiv], concept equivalence_relation
123 concept equivalence_relation = see below;
125 // [concept.strictweakorder], concept strict_weak_order
127 concept strict_weak_order = see below;