EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/TypeTraits.hpp>
Public Types | |
using | value_t = std::false_type |
using | type = Default |
This is the default specialization. It does not attempt to instantiate Op<Args...>
at all.
Default | The default type to set |
AlwaysVoid | Helper type that accepts the void instantiation |
Op | The operation to test |
Args | Arguments to the operation |
Definition at line 66 of file TypeTraits.hpp.
View newest version in sPHENIX GitHub at line 66 of file TypeTraits.hpp
using Acts::detail::detector< Default, AlwaysVoid, Op, Args >::type = Default |
Definition at line 68 of file TypeTraits.hpp.
View newest version in sPHENIX GitHub at line 68 of file TypeTraits.hpp
using Acts::detail::detector< Default, AlwaysVoid, Op, Args >::value_t = std::false_type |
Definition at line 67 of file TypeTraits.hpp.
View newest version in sPHENIX GitHub at line 67 of file TypeTraits.hpp