aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Cast.h')
-rw-r--r--src/Core/Cast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Core/Cast.h b/src/Core/Cast.h
index 7dfce45b0..4d6a30159 100644
--- a/src/Core/Cast.h
+++ b/src/Core/Cast.h
@@ -55,6 +55,8 @@ template<typename NewScalar, typename MatrixType> class Cast : NoOperatorEquals,
MatRef m_matrix;
};
+/** \returns an expression of *this with the \a Scalar type casted to
+ * \a NewScalar. */
template<typename Scalar, typename Derived>
template<typename NewScalar>
const Cast<NewScalar, Derived>