.\"	$RCSfile: operator.txt,v $
.\"	$Date: 2011/09/26 22:50:50 $
.\"
.ds DAGGER \*N\(dg\fP
.ll \n(.lu-0.5i
.ls 1
.TS
doublebox center tab($);
lfB | lfB  | cfB
cfB | lfCW | cfI .
Order$Operator$Associativity
=
1$::\*[DAGGER]$left to right
_
2$[]  ()  ->  ->*  .\*[DAGGER]  .*\*[DAGGER]$right to left
\^$!  ~  ++  --  unary+  unary-  *  &$left to right
\^$    (type)  sizeof\*[DAGGER]  new  delete
_
3$*  /  %$left to right
\^$+  -$left to right
_
4$<<  >>$left to right
\^$<  >  <=  >=$left to right
\^$==  !=$left to right
_
5$&$left to right
\^$^$left to right
\^$|$left to right
_
6$&&$left to right
\^$||$left to right
\^$?:\*[DAGGER]$right to left
_
7$=  op=$left to right
_
8$,\*[DAGGER]$left to right
.TE
.ls 1
