Regina 7.0 Calculation Engine
|
Provides helper template classes for use with template metaprogramming. The need for these will likely diminish as Regina switches to use more modern C++ standards. More...
#include "regina-core.h"
Classes | |
struct | regina::EnableIf< condition, T, defaultValue > |
A struct that holds either a single value of type T or nothing at all, depending on whether the given compile-time condition holds. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Provides helper template classes for use with template metaprogramming. The need for these will likely diminish as Regina switches to use more modern C++ standards.