Phi
|
Classes | |
struct | rebind |
struct | rebind |
Public Types | |
using | this_type = pointer_traits< PointerT > |
using | pointer = PointerT |
using | difference_type = typename detail::pointer_traits_difference_type< pointer >::type |
using | element_type = typename detail::pointer_traits_element_type< pointer >::type |
Static Public Member Functions | |
static PHI_CONSTEXPR pointer | pointer_to (conditional_t< is_void< element_type >::value, nat, element_type > &ptr) PHI_NOEXCEPT |