Changes between Version 1 and Version 2 of GuideLines/Naming/OperatorTraitNames


Ignore:
Timestamp:
Apr 21, 2011, 9:07:15 PM (12 years ago)
Author:
bronf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuideLines/Naming/OperatorTraitNames

    v1 v2  
    88lhs 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.
    99
     10In 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.
    1011
    1112= Proposals =