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

traits test for InteractionProcess::doInteraction method. More...

#include <InteractionProcess.hpp>

Inheritance diagram for corsika::has_method_doInteract< TProcess, TReturn, TTemplate, TArgs >:

Static Public Attributes

template<class T >
static decltype(testSignature(&T::template doInteraction< TTemplate >)) test (std::nullptr_t)
 signature of templated method
 
template<class T >
static decltype(testSignature(&T::doInteraction)) 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
 

Detailed Description

template<class TProcess, typename TReturn, typename TTemplate, typename... TArgs>
struct corsika::has_method_doInteract< TProcess, TReturn, TTemplate, TArgs >

traits test for InteractionProcess::doInteraction method.

Definition at line 21 of file InteractionProcess.hpp.


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