最終更新日時(UTC):
が更新

履歴 編集

class template
<future>

std::uses_allocator(C++11)

namespace std {
  template <class R, class Alloc>
  struct uses_allocator<promise<R>, Alloc>
    : true_type { };
}

概要

uses_allocatorの、promise<R>に対する特殊化。


出力

バージョン

言語

  • C++11

処理系

参照