CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
corsika::has_method_doCascadeEquations< TProcess, TReturn, TArg > Struct Template Reference

traits test for CascadeEquationsProcess::doCascadeEquations method. More...

#include <CascadeEquationsProcess.hpp>

Inheritance diagram for corsika::has_method_doCascadeEquations< TProcess, TReturn, TArg >:

Static Public Attributes

template<class T >
static decltype(testSignature(&T::template doCascadeEquations< TArg... >)) test (std::nullptr_t)
 templated parameter option
 
template<class T >
static decltype(testSignature(&T::doCascadeEquations)) 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
 

Detailed Description

template<class TProcess, typename TReturn, typename... TArg>
struct corsika::has_method_doCascadeEquations< TProcess, TReturn, TArg >

traits test for CascadeEquationsProcess::doCascadeEquations method.

Definition at line 24 of file CascadeEquationsProcess.hpp.


The documentation for this struct was generated from the following file: