CDT++ 1.0.0
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Apply_move.hpp File Reference

Apply Pachner moves to foliated Delaunay triangulations. More...

#include <functional>
#include <utility>
Include dependency graph for Apply_move.hpp:

Go to the source code of this file.

Namespaces

namespace  cdt
 clang-15 does not support std::format

Functions

template<typename ManifoldType, typename FunctionType, typename... Arguments>
constexpr auto cdt::apply_move (ManifoldType const &t_manifold, FunctionType t_move, Arguments &&... arguments) -> decltype(auto)
 An applicative function similar to std::apply on a manifold.

Detailed Description

Apply Pachner moves to foliated Delaunay triangulations.

Author
Adam Getchell

Definition in file Apply_move.hpp.