Home
last modified time | relevance | path

Searched refs:EIGEN_NOEXCEPT_IF (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DArray.h152 Array(Array&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_constructible<Scalar>::value)
160 … Array& operator=(Array&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_assignable<Scalar>::value)
DMatrix.h273 Matrix(Matrix&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_constructible<Scalar>::value)
281 …Matrix& operator=(Matrix&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_assignable<Scalar>::value)
/external/eigen/Eigen/src/Core/util/
DMacros.h982 # define EIGEN_NOEXCEPT_IF(x) noexcept(x) macro
987 # define EIGEN_NOEXCEPT_IF(x) macro