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

#include <catch.hpp>

Inheritance diagram for Catch::Generators::NullGenerator< T >:
Collaboration diagram for Catch::Generators::NullGenerator< T >:

Public Member Functions

auto get (size_t) const -> T override
 
- Public Member Functions inherited from Catch::Generators::IGenerator< T >
virtual ~IGenerator ()
 

Detailed Description

template<typename T>
struct Catch::Generators::NullGenerator< T >

Definition at line 3104 of file catch.hpp.

Member Function Documentation

template<typename T >
auto Catch::Generators::NullGenerator< T >::get ( size_t  ) const -> T
inlineoverridevirtual

Implements Catch::Generators::IGenerator< T >.

Definition at line 3105 of file catch.hpp.

References CATCH_INTERNAL_ERROR.

3105  {
3106  CATCH_INTERNAL_ERROR("A Null Generator is always empty");
3107  }
#define CATCH_INTERNAL_ERROR(msg)
Definition: catch.hpp:3031

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