Searched refs:EIGEN_NOEXCEPT_IF (Results 1 – 3 of 3) sorted by relevance
152 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)
273 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)
982 # define EIGEN_NOEXCEPT_IF(x) noexcept(x) macro987 # define EIGEN_NOEXCEPT_IF(x) macro