Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d182 template dtorIsNothrow(T) in dtorIsNothrow() function
184 enum dtorIsNothrow = is(typeof(function{T t=void;}) : void function() nothrow); in dtorIsNothrow() local