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

#include <catch.hpp>

Static Public Member Functions

template<typename U >
static std::string convert (U *p)
 

Detailed Description

template<typename T>
struct Catch::StringMaker< T * >

Definition at line 1098 of file catch.hpp.

Member Function Documentation

template<typename T >
template<typename U >
static std::string Catch::StringMaker< T * >::convert ( U *  p)
inlinestatic

Definition at line 1100 of file catch.hpp.

References Catch::Detail::rawMemoryToString().

1100  {
1101  if (p) {
1103  } else {
1104  return "nullptr";
1105  }
1106  }
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: