CompositeMapper.toInspector

Set toInspector

  1. Inspector!To toInspector [@property setter]
    class CompositeMapper(To, From)
    @property @safe nothrow pure
    typeof(this)
    toInspector
  2. inout(const Inspector!To) toInspector [@property getter]

Parameters

toInspector Inspector!To

inspector used to provide information about component that will store mapped data

Return Value

Type: typeof(this)

typeof(this)

Meta