|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
traits test for ContinuousProcess::getMaxStepLength method More...
#include <ContinuousProcess.hpp>

Static Public Attributes | |
| template<class T > | |
| static decltype(testSignature(&T::template getMaxStepLength< TArgs... >)) | test (std::nullptr_t) |
| templated option | |
| template<class T > | |
| static decltype(testSignature(&T::getMaxStepLength)) | test (std::nullptr_t) |
| non templated option | |
traits results | |
| using | type = decltype(test< std::decay_t< TProcess > >(nullptr)) |
| static const bool | value = type::value |
traits test for ContinuousProcess::getMaxStepLength method
Definition at line 60 of file ContinuousProcess.hpp.