Ref.opAssign - multiple declarations

Function Ref.opAssign

assign from another refcount by reference

Prototype

ref Ref opAssign(
  ref Ref data
);

Function Ref.opAssign

assign from another refcount by value

Prototype

ref Ref opAssign(
  Ref data
);

Function Ref.opAssign

assign object

Prototype

ref Ref opAssign(
  T data
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0