|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <catch.hpp>
Public Member Functions | |
| ExprLhs (LhsT lhs) | |
| template<typename RhsT > | |
| auto | operator== (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
| auto | operator== (bool rhs) -> BinaryExpr< LhsT, bool > const |
| template<typename RhsT > | |
| auto | operator!= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
| auto | operator!= (bool rhs) -> BinaryExpr< LhsT, bool > const |
| template<typename RhsT > | |
| auto | operator> (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
| template<typename RhsT > | |
| auto | operator< (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
| template<typename RhsT > | |
| auto | operator>= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
| template<typename RhsT > | |
| auto | operator<= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
| auto | makeUnaryExpr () const -> UnaryExpr< LhsT > |
Private Attributes | |
| LhsT | m_lhs |
|
inlineexplicit |
|
inline |
Definition at line 1583 of file catch.hpp.
References Catch::handleExpression().
Referenced by Catch::AssertionHandler::handleExpr(), and Catch::handleExpression().
|
inline |
Definition at line 1559 of file catch.hpp.
References Catch::compareNotEqual().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1551 of file catch.hpp.
References Catch::compareEqual().
|
inline |
|
inline |
|
inline |
|
private |