gem5 v23.0.0.1
|
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Typedefs | |
template<auto F> | |
using | gem5::MemberFunctionClass_t = typename MemberFunctionSignature< decltype(F)>::class_t |
template<auto F> | |
using | gem5::MemberFunctionReturn_t = typename MemberFunctionSignature< decltype(F)>::return_t |
template<auto F> | |
using | gem5::MemberFunctionArgsTuple_t = typename MemberFunctionSignature< decltype(F)>::argsTuple_t |