Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::StringMaker< R C::* > Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static std::string convert (R C::*p)
 

Detailed Description

template<typename R, typename C>
struct Catch::StringMaker< R C::* >

Definition at line 1110 of file catch.hpp.

Member Function Documentation

template<typename R , typename C >
static std::string Catch::StringMaker< R C::* >::convert ( R C::*  p)
inlinestatic

Definition at line 1111 of file catch.hpp.

References Catch::Detail::rawMemoryToString().

1111  {
1112  if (p) {
1114  } else {
1115  return "nullptr";
1116  }
1117  }
std::string rawMemoryToString(const T &object)
Definition: catch.hpp:870
static int p
Definition: ccl_emu17.c:25

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