Home | History | Annotate | Download | only in Core

Lines Matching refs:Derived

137 template<typename Derived>
138 inline CommaInitializer<Derived> DenseBase<Derived>::operator<< (const Scalar& s)
140 return CommaInitializer<Derived>(*static_cast<Derived*>(this), s);
144 template<typename Derived>
146 inline CommaInitializer<Derived>
147 DenseBase<Derived>::operator<<(const DenseBase<OtherDerived>& other)
149 return CommaInitializer<Derived>(*static_cast<Derived *>(this), other);