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

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