CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
ContainerType Concept Reference

This is std::movable from <concepts> More...

#include <Foliated_triangulation.hpp>

Concept definition

template<typename C>
concept ContainerType = std::movable<C>
This is std::movable from <concepts>

Detailed Description

This is std::movable from <concepts>

Right now the real restriction on Containers is that elements must be swappable in order for std::shuffle to work.

Definition at line 61 of file Foliated_triangulation.hpp.