AFF --- A container for numbers (array) by Friederich and Forbriger.
aff::util::SizeCheckedCast< T, TT >::SizeCheck< N, M > Class Template Reference

checks for matching type-size More...

Detailed Description

template<class T, class TT>
template<int N, int M>
class aff::util::SizeCheckedCast< T, TT >::SizeCheck< N, M >

checks for matching type-size

The general template (non-matching sizes) does not offer a function have_same_size. This function is only offered by the specialization that is invoked by conversions for types of same size.

Parameters
Nsize of source type
Msize of destination type (N!=M)
See also
aff::util::SizeCheckedCast::SizeCheck<N,N>
aff::util::SizeCheckedCast

Definition at line 170 of file checkedcast.h.


The documentation for this class was generated from the following file: