Namespaces
Variants

std::experimental::pmr::monotonic_buffer_resource:: ~monotonic_buffer_resource

From cppreference.net
virtual ~monotonic_buffer_resource ( ) ;
(ライブラリファンダメンタルTS)

monotonic_buffer_resource を破棄します。

このリソースが所有するすべてのメモリを解放します。これは this - > release ( ) を呼び出すことで行われます。

関連項目

割り当てられたすべてのメモリを解放する
(公開メンバ関数)