memberstringIsThisCtorOrDtor

Returns whether or not the member name of an aggregate has the special name this, __ctor or __dtor.

CTFEable.

pure @safe nothrow @nogc
memberstringIsThisCtorOrDtor
(
const string memberstring
)

Parameters

memberstring string

Aggregate member string to compare.

Return Value

Type: auto

true if the member string matches this, __ctor or __dtor; false if not.