ae.utils.meta.binding

Method binding - using alias inference patch Currently dysfunctional.

Members

Properties

boundFunctorOf
deprecated auto boundFunctorOf [@property getter]

Create bound functor of a method

Structs

BoundFunctorOf
deprecated struct BoundFunctorOf(R, alias f)
Undocumented in source.
UnboundFunctorOf
deprecated struct UnboundFunctorOf(alias f)
Undocumented in source.

Templates

boundFunctorOf
deprecated template boundFunctorOf(alias f)

Create bound functor of a method

unboundFunctorOf
deprecated template unboundFunctorOf(alias f)

Create unbound functor of a method

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>