18 | | ||=op =||=alt =||= type_traits =||= MUP =||= std =||= proto =||= boost::operator =|| |
19 | | ||=`==` =||= =||equal_to ||equal_to || `=` || `=` ||equality_comparable || |
20 | | ||=`!=` =||=`not_eq` =||not_equal_to ||not_equal_to || `=` || `=` || || |
21 | | ||=`<` =||= =||less ||less || `=` || `=` ||less_than_comparable || |
22 | | ||=`<=` =||= =||less_equal ||less_equal || `=` || `=` || || |
23 | | ||=`>` =||= =||greater ||greater || `=` || `=` || || |
24 | | ||=`>=` =||= =||greater_equal ||greater_equal || `=` || `=` || || |
25 | | ||=`+` =||= =||plus ||plus || `=` || `=` ||addable || |
26 | | ||=`-` =||= =||minus ||minus || `=` || `=` ||subtractable || |
27 | | ||=`*` =||= =||multiplies ||multiplies || `=` || `=` ||multipliable || |
28 | | ||=`/` =||= =||divides ||divides || `=` || `=` ||dividable || |
29 | | ||=`%` =||= =||modulus ||modulus || `=` || `=` ||modable || |
30 | | ||=`+=` =||= =||plus_equal ||plus_assign || || *_assign || || |
31 | | ||=`-=` =||= =||minus_equal ||minus_assign || || *_assign || || |
32 | | ||=`*=` =||= =||multiplies_equal ||multiplies_assign || || *_assign || || |
33 | | ||=`/=` =||= =||divides_equal ||divides_assign || || *_assign || || |
34 | | ||=`%=` =||= =||modulus_equal ||modulus_assign || || *_assign || || |
35 | | ||=`&&` =||=`and` =||logical_and ||logical_and || `=` || `=` || || |
36 | | ||=`||` =||=`or` =||logical_or ||logical_or || `=` || `=` || || |
37 | | ||=`&` =||=`bitand` =||bit_and ||bit_and || `=`* || bitwise_* ||andable || |
38 | | ||=`|` =||=`bitor` =||bit_or ||bit_or || `=`* || bitwise_* ||orable || |
39 | | ||=`^` =||= =||bit_xor ||bit_xor || `=`* || bitwise_* ||xorable || |
40 | | ||=`<<` =||= =||left_shift ||left_shift || ||shift_left ||left_shiftable || |
41 | | ||=`>>` =||= =||right_shift ||right_shift || ||shift_right ||right_shiftable || |
42 | | ||=`&=` =||=`and_eq` =||bit_and_equal ||bit_and_assign || ||bitwise_and_assign || || |
43 | | ||=`|=` =||=`or_eq` =||bit_or_equal ||bit_or_assign || ||bitwise_or_assign || || |
44 | | ||=`^=` =||=`xor_eq` =||bit_xor_equal ||bit_xor_assign || ||bitwise_xor_assign || || |
45 | | ||=`<<=` =||= =||left_shift_equal ||left_shift_assign || ||shift_left_assign || || |
46 | | ||=`>>=` =||= =||right_shift_equal ||right_shift_assign || ||shift_right_assign || || |
47 | | ||=`++` =||= =||prefix_increment ||pre_increment || ||pre_inc ||incrementable || |
48 | | ||=`--` =||= =||prefix_decrement ||pre_decrement || ||pre_dec ||decrementable || |
49 | | ||=`+` =||= =||unary_plus ||unary_plus || || `=` || || |
50 | | ||=`-` =||= =||unary_minus ||negate ||negate ||negate || || |
51 | | ||=`!` =||=`not` =||logical_not ||logical_not || `=` ||logical_not || || |
52 | | ||=`~` =||=`compl` =||complement ||complement || ||complement || || |
53 | | ||=`*` =||= =||dereference ||dereference || ||dereference || || |
54 | | ||=`++` =||= =||postfix_increment ||post_increment || ||post_inc || || |
55 | | ||=`--` =||= =||postfix_decrement ||post_decrement || ||post_dec || || |
| 18 | ||=op =||=alt =||= type_traits =||= **MUP** =||= std =||= proto =||= boost::operator =|| |
| 19 | ||=`==` =||= =||equal_to ||**equal_to** || `=` || `=` ||equality_comparable || |
| 20 | ||=`!=` =||=`not_eq` =||not_equal_to ||**not_equal_to** || `=` || `=` || || |
| 21 | ||=`<` =||= =||less ||**less** || `=` || `=` ||less_than_comparable || |
| 22 | ||=`<=` =||= =||less_equal ||**less_equal** || `=` || `=` || || |
| 23 | ||=`>` =||= =||greater ||**greater** || `=` || `=` || || |
| 24 | ||=`>=` =||= =||greater_equal ||**greater_equal** || `=` || `=` || || |
| 25 | ||=`+` =||= =||plus ||**plus** || `=` || `=` ||addable || |
| 26 | ||=`-` =||= =||minus ||**minus** || `=` || `=` ||subtractable || |
| 27 | ||=`*` =||= =||multiplies ||**multiplies** || `=` || `=` ||multipliable || |
| 28 | ||=`/` =||= =||divides ||**divides** || `=` || `=` ||dividable || |
| 29 | ||=`%` =||= =||modulus ||**modulus** || `=` || `=` ||modable || |
| 30 | ||=`+=` =||= =||plus_equal ||**plus_assign** || || *_assign || || |
| 31 | ||=`-=` =||= =||minus_equal ||**minus_assign** || || *_assign || || |
| 32 | ||=`*=` =||= =||multiplies_equal ||**multiplies_assign** || || *_assign || || |
| 33 | ||=`/=` =||= =||divides_equal ||**divides_assign** || || *_assign || || |
| 34 | ||=`%=` =||= =||modulus_equal ||**modulus_assign** || || *_assign || || |
| 35 | ||=`&&` =||=`and` =||logical_and ||**logical_and** || `=` || `=` || || |
| 36 | ||=`||` =||=`or` =||logical_or ||**logical_or** || `=` || `=` || || |
| 37 | ||=`&` =||=`bitand` =||bit_and ||**bit_and** || `=`* || bitwise_* ||andable || |
| 38 | ||=`|` =||=`bitor` =||bit_or ||**bit_or** || `=`* || bitwise_* ||orable || |
| 39 | ||=`^` =||= =||bit_xor ||**bit_xor** || `=`* || bitwise_* ||xorable || |
| 40 | ||=`<<` =||= =||left_shift ||**left_shift** || ||shift_left ||left_shiftable || |
| 41 | ||=`>>` =||= =||right_shift ||**right_shift** || ||shift_right ||right_shiftable || |
| 42 | ||=`&=` =||=`and_eq` =||bit_and_equal ||**bit_and_assign** || ||bitwise_and_assign || || |
| 43 | ||=`|=` =||=`or_eq` =||bit_or_equal ||**bit_or_assign** || ||bitwise_or_assign || || |
| 44 | ||=`^=` =||=`xor_eq` =||bit_xor_equal ||**bit_xor_assign** || ||bitwise_xor_assign || || |
| 45 | ||=`<<=` =||= =||left_shift_equal ||**left_shift_assign** || ||shift_left_assign || || |
| 46 | ||=`>>=` =||= =||right_shift_equal ||**right_shift_assign**|| ||shift_right_assign || || |
| 47 | ||=`++` =||= =||prefix_increment ||**pre_increment** || ||pre_inc ||incrementable || |
| 48 | ||=`--` =||= =||prefix_decrement ||**pre_decrement** || ||pre_dec ||decrementable || |
| 49 | ||=`+` =||= =||unary_plus ||**unary_plus** || || `=` || || |
| 50 | ||=`-` =||= =||unary_minus ||**negate** ||negate ||negate || || |
| 51 | ||=`!` =||=`not` =||logical_not ||**logical_not** || `=` ||logical_not || || |
| 52 | ||=`~` =||=`compl` =||complement ||**complement** || ||complement || || |
| 53 | ||=`*` =||= =||dereference ||**dereference** || ||dereference || || |
| 54 | ||=`++` =||= =||postfix_increment ||**post_increment** || ||post_inc || || |
| 55 | ||=`--` =||= =||postfix_decrement ||**post_decrement** || ||post_dec || || |