SpECTRE  v2024.04.12
evolution_comparator< void, Comparator > Struct Template Reference

Public Member Functions

template<typename T , typename U >
constexpr decltype(auto) operator() (T &&t, U &&u) const
 
template<typename U >
constexpr U infinity () const
 Provides an infinite (in the sense of std::numeric_limits::infinity()) value that compares greater than any other value in the evolution ordering. More...
 
void pup (PUP::er &p)
 

Public Attributes

bool time_runs_forward = true
 

Member Function Documentation

◆ infinity()

template<template< typename > typename Comparator>
template<typename U >
constexpr U evolution_comparator< void, Comparator >::infinity ( ) const
inlineconstexpr

Provides an infinite (in the sense of std::numeric_limits::infinity()) value that compares greater than any other value in the evolution ordering.


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