#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Functions | |
| template<typename T> | |
| T const * | get_ptr (T const *p) |
| template<typename T> | |
| T const volatile * | get_ptr (T const volatile *p) |
| template<typename T> | |
| T volatile * | get_ptr (T volatile *p) |
| template<typename T> | |
| T * | get_ptr (T *p) |
1.5.6