Searched defs:isPostblitNoThrow (Results 1 – 1 of 1) sorted by relevance
112 template isPostblitNoThrow(T) { in isPostblitNoThrow() function114 enum isPostblitNoThrow = isPostblitNoThrow!(typeof(T.init[0])); in isPostblitNoThrow() local118 enum isPostblitNoThrow = isNoThrow!(T.init.__xpostblit); in isPostblitNoThrow() local120 enum isPostblitNoThrow = true; in isPostblitNoThrow() local