container_of.container_of

Undocumented in source.
template container_of(string ptr_, string type_, string member_)
package
enum container_of = "(cast(" ~ type_ ~ "*)(cast(char*)(" ~ ptr_ ~ ") - " ~ type_ ~ "." ~ member_ ~ ".offsetof))";

Meta