Function SuperStruct.opAssign

Populate the SuperStruct with an instance of one of its sub-types.

Prototype

auto opAssign(V)(
  V value
)
if (is(typeof(_value = value)));

Parameters

NameDescription
value something implicitly covertible to of one of the SubTypes.

Authors

Ryan Roden-Corrent (rcorre)

Copyright

© 2015, Ryan Roden-Corrent

License

MIT