gem5
[DEVELOP-FOR-23.0]
|
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
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 |
Variables | |
template<typename T > | |
constexpr bool | gem5::is_iterable_v = is_iterable<T>::value |
template<typename T > | |
constexpr bool | gem5::is_std_hash_enabled_v = is_std_hash_enabled<T>::value |