AFF --- A container for numbers (array) by Friederich and Forbriger.
|
checks for const-correctness of the cast More...
Static Public Member Functions | |
static T * | respects_constness (T *v) |
checks for const-correctness of the cast
Only those specializations of this class offer a function respects_constness, that represent a const-correct conversion.
The general template if for two non-const types - which is a const-correct conversion
Tfrom | source type (non-const) |
Tto | destination type (non-const) |
Definition at line 110 of file checkedcast.h.