toast::pointer_traits< T * > Struct Template Reference
[toast traits library]
#include <toast/traits/pointer_traits.hpp>
List of all members.
Detailed Description
template<typename T>
struct toast::pointer_traits< T * >
Given some pointer type will provide typedef's for pointer_type, value_type and reference_type.
|
Public Types |
typedef T | value_type |
typedef
boost::detail::shared_ptr_traits
< T >::reference | reference_type |
typedef T * | pointer_type |
The documentation for this struct was generated from the following file: