HomeSort by: relevance | last modified time | path
    Searched defs:array_allocator (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
110 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
138 typedef array_allocator<_Tp1, _Array1> other _GLIBCXX_DEPRECATED;
141 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
144 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
148 array_allocator(const array_allocator<_Tp1, _Array1>&)
152 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
167 operator==(const array_allocator<_Tp, _Array>&
    [all...]

Completed in 17 milliseconds