|
rstd 0.1.0
|
CRTP base for raw pointer types (ptr, mut_ptr).
More...
Public Types | |
| using | value_type = mtp::cond<Mutable, mtp::rm_ext<T>, mtp::add_const<mtp::rm_ext<T>>> |
| we only process T[] for value_type | |
CRTP base for raw pointer types (ptr, mut_ptr).
| Self | The derived type (CRTP). |
| T | The pointee type. |
| Mutable | Whether the pointer is mutable. |