Exemple #1
0
 inline typename right_type<Op>::const_reference right(Op const &op)
 {
     return op.cast().right;
 }
Exemple #2
0
 inline typename arg_type<Op>::const_reference arg(Op const &op)
 {
     return op.cast().arg;
 }
Exemple #3
0
 inline typename left_type<Op>::const_reference left(Op const &op)
 {
     return op.cast().left;
 }