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

traits test for BoundaryCrossingProcess::doBoundaryCrossing method More...

#include <BoundaryCrossingProcess.hpp>

Inheritance diagram for corsika::has_method_doBoundaryCrossing< TProcess, TReturn, TParticle >:

Static Public Attributes

template<class T >
static decltype(testSignature(&T::template doBoundaryCrossing< TParticle >)) test (std::nullptr_t)
 templated parameter option
 
template<class T >
static decltype(testSignature(&T::doBoundaryCrossing)) 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 TParticle>
struct corsika::has_method_doBoundaryCrossing< TProcess, TReturn, TParticle >

traits test for BoundaryCrossingProcess::doBoundaryCrossing method

Definition at line 20 of file BoundaryCrossingProcess.hpp.


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