|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
traits test for TEMPLATED InteractionProcess::getCrossSection method (PROPOSAL). More...
#include <InteractionProcess.hpp>

Static Public Attributes | |
| template<class T > | |
| static decltype(testSignature(&T::template getCrossSection< TTemplate >)) | test (std::nullptr_t) |
| templated parameter option | |
| template<class T > | |
| static decltype(testSignature(&T::getCrossSection)) | test (std::nullptr_t) |
| non templated parameter option | |
traits results | |
| using | type = decltype(test< std::decay_t< TProcess > >(nullptr)) |
| static const bool | value = type::value |
traits test for TEMPLATED InteractionProcess::getCrossSection method (PROPOSAL).
Definition at line 59 of file InteractionProcess.hpp.