Ref.get - multiple declarations

Function Ref.get

returns object reference (null if not assigned)

Prototype

T get() @property;

Function Ref.get

returns const reference from const object

Prototype

const(T) get() const @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0