|
rstd 0.1.0
|
CRTP base for reference-like pointer types (ref, mut_ref).
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 reference-like pointer types (ref, mut_ref).
| Self | The derived type (CRTP). |
| T | The pointee type. |
| Mutable | Whether the reference is mutable. |