stl コンテナのallocatorを取り替えたものを提供する. [詳細]
構成 | |
struct | hash< osl::hash::HashKey > |
struct | hash< osl::hash::BoardKey > |
struct | hash< Position > |
struct | hash_map |
struct | hash |
struct | hash_set |
struct | multimap |
struct | hash< T * > |
struct | ConsistencyCheck |
struct | pool_allocator |
struct | slist |
pool_allocator を使う slist のラッパ [詳細] | |
struct | stack |
struct | vector |
関数 | |
template<class InputIterator , class OutputIterator , class Predicate > | |
OutputIterator | copy_if (InputIterator first, InputIterator last, OutputIterator result, Predicate predicate) |
Copy the elements of a range that satisfy a predicate. | |
static ConsistencyCheck | consistency_check (0) |
変数 | |
const int | pool_allocator_type = 0 |
stl コンテナのallocatorを取り替えたものを提供する.
選択肢
static ConsistencyCheck osl::stl::consistency_check | ( | 0 | ) | [static] |
OutputIterator osl::stl::copy_if | ( | InputIterator | first, | |
InputIterator | last, | |||
OutputIterator | result, | |||
Predicate | predicate | |||
) | [inline] |
const int osl::stl::pool_allocator_type = 0 |
pool_allocator.cc の 15 行で定義されています。