英語版
このページの英語版を見る

rt.ehalloc

例外の割り当て、クローン、リリースコンパイラのサポートルーチン。
License:
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Authors:
Walter Bright

ソース rt/ehalloc.d

nothrow void _d_delThrowable(Throwable t);
例外インスタンス tインスタンスを削除する。 _d_newThrowable() で割り当てられていなければならない。 これはキャッチ・ブロックの終了時に呼び出されることを意図している。 nothrowであるのは、そうでなければキャッチ・ブロックを持つどの関数もnothrowにできないからである。 nothrowとなる。

入力 t = Throwable