Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::Decomposer Struct Reference

#include <catch.hpp>

Public Member Functions

template<typename T >
auto operator<= (T const &lhs) -> ExprLhs< T const & >
 
auto operator<= (bool value) -> ExprLhs< bool >
 

Detailed Description

Definition at line 1595 of file catch.hpp.

Member Function Documentation

template<typename T >
auto Catch::Decomposer::operator<= ( T const &  lhs) -> ExprLhs<T const&>
inline

Definition at line 1597 of file catch.hpp.

1597  {
1598  return ExprLhs<T const&>{ lhs };
1599  }
auto Catch::Decomposer::operator<= ( bool  value) -> ExprLhs<bool>
inline

Definition at line 1601 of file catch.hpp.

References Catch::Generators::value().

1601  {
1602  return ExprLhs<bool>{ value };
1603  }
auto value(T const &val) -> Generator< T >
Definition: catch.hpp:3177

The documentation for this struct was generated from the following file: