SuperStruct.opBinary - multiple declarations

Function SuperStruct.opBinary

Operators are forwarded to the underlying type.

Prototype

auto opBinary(string op, T)(
  T other
);

Function SuperStruct.opBinary

Perform a binary operation between two superstructs.

Only possible if such an operation is supported between any of the types in either of the SuperStructs.

Prototype

auto opBinary(string op, T, V...)(
  T other
);

Authors

Ryan Roden-Corrent (rcorre)

Copyright

© 2015, Ryan Roden-Corrent

License

MIT