Changes between Version 1 and Version 2 of GuideLines/Naming/OperatorTraitNames
- Timestamp:
- Apr 21, 2011, 9:07:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuideLines/Naming/OperatorTraitNames
v1 v2 8 8 lhs and rhs being of any types provided as template parameters to the trait. Optionnaly, the traits can also answer if the operator return type is convertible to some type. 9 9 10 In particular, the traits do not say if the corresponding operators are members of a given class but only if the operators can be called with given arguments. If the answer is yes, the operators can be member functions or a free functions or a built-in operators. 10 11 11 12 = Proposals =