Home
last modified time | relevance | path

Searched defs:hasIndirections (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/
H A Dtraits.d326 template hasIndirections(T) in hasIndirections() function
329 enum hasIndirections = anySatisfy!(.hasIndirections, Fields!T); in hasIndirections() local
331 enum hasIndirections = T.sizeof && is(E == void) ? true : hasIndirections!(BaseElemOf!E); in hasIndirections() local
333 enum hasIndirections = false; in hasIndirections() local
335 enum hasIndirections = isPointer!T || isDelegate!T || isDynamicArray!T || in hasIndirections() local