コード例 #1
0
ファイル: arg_traits.hpp プロジェクト: elleryq/madedit
 inline typename right_type<Op>::const_reference right(Op const &op)
 {
     return op.cast().right;
 }
コード例 #2
0
ファイル: arg_traits.hpp プロジェクト: elleryq/madedit
 inline typename arg_type<Op>::const_reference arg(Op const &op)
 {
     return op.cast().arg;
 }
コード例 #3
0
ファイル: arg_traits.hpp プロジェクト: elleryq/madedit
 inline typename left_type<Op>::const_reference left(Op const &op)
 {
     return op.cast().left;
 }