GNU g++  v5.2.1
GNU Standard C++
extptr_allocator.h File Reference

This file is a GNU extension to the Standard C++ Library. More...

#include <memory>
#include <ext/numeric_traits.h>
#include <ext/pointer.h>
Include dependency graph for extptr_allocator.h:

Functions

namespace __gnu_cxx _GLIBCXX_VISIBILITY (default)
 

Detailed Description

This file is a GNU extension to the Standard C++ Library.

Author
Bob Walters

An example allocator which uses an alternative pointer type from bits/pointer.h. Supports test cases which confirm container support for alternative pointers.