Searched defs:dtorIsNothrow (Results 1 – 1 of 1) sorted by relevance
182 template dtorIsNothrow(T) in dtorIsNothrow() function184 enum dtorIsNothrow = is(typeof(function{T t=void;}) : void function() nothrow); in dtorIsNothrow() local