Sha256: 1cb56aabe308bfcfa3024cf8e7214f5f6593f3a35674554ef4354079cce72849
Contents?: true
Size: 435 Bytes
Versions: 31
Compression:
Stored size: 435 Bytes
Contents
#ifndef Rice__Arg_Operators_hpp_ #define Rice__Arg_Operators_hpp_ namespace Rice { //! Build the list of Arg objects into an Arguments object /*! Take a list of Arg objects and build up a single Argument * object used later in method dispatch */ Arguments* operator,(Arg arg1, Arg arg2); /*! @see operator,(Arg, Arg) */ Arguments* operator,(Arguments* arguments, Arg arg); } #endif // Rice__Arg_Operators_hpp_
Version data entries
31 entries across 31 versions & 5 rubygems