Analysis Software
Documentation for sPHENIX simulation software
|
#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 60 of file TypeTraits.hpp.
View newest version in sPHENIX GitHub at line 60 of file TypeTraits.hpp
using Acts::detail::detector< Default, AlwaysVoid, Op, Args >::type = Default |
Definition at line 62 of file TypeTraits.hpp.
View newest version in sPHENIX GitHub at line 62 of file TypeTraits.hpp
using Acts::detail::detector< Default, AlwaysVoid, Op, Args >::value_t = std::false_type |
Definition at line 61 of file TypeTraits.hpp.
View newest version in sPHENIX GitHub at line 61 of file TypeTraits.hpp