c++ Programming Glossary: algebraicvectorsum
CRTP: Compiler dependent issue with Expression Template http://stackoverflow.com/questions/9738975/crtp-compiler-dependent-issue-with-expression-template const Derived this template class T1 class T2 class AlgebraicVectorSum public AlgebraicVectorExpression AlgebraicVectorSum T1 T2 const.. class AlgebraicVectorSum public AlgebraicVectorExpression AlgebraicVectorSum T1 T2 const T1 a_ const T2 b_ typedef typename AlgebraicVectorExpression.. a_ const T2 b_ typedef typename AlgebraicVectorExpression AlgebraicVectorSum T1 T2 SizeType SizeType typedef typename AlgebraicVectorExpression..
|