bolts.traits.has

Traits that tell you if one thing has another thing

Members

Templates

hasFunctionMember
template hasFunctionMember(T, string name)

Returns true if a type has a function member

hasProperty
template hasProperty(T, string name)

Tells you if a name is a member and property in a type

Meta