Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 684 Bytes

uses_allocator.md

File metadata and controls

41 lines (30 loc) · 684 Bytes

uses_allocator

  • future[meta header]
  • std[meta namespace]
  • class template[meta id-type]
  • cpp11[meta cpp]
namespace std {
  template <class R, class Alloc>
  struct uses_allocator<packaged_task<R>, Alloc>
    : true_type { };
}
  • true_type[link /reference/type_traits/true_type.md]

概要

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

出力

バージョン

言語

  • C++11

処理系

参照