gem5
v22.0.0.0
|
#include <algorithm>
#include <iostream>
#include <type_traits>
#include <vector>
#include "base/compiler.hh"
Go to the source code of this file.
Classes | |
struct | gem5::stl_helpers::IsHelpedContainer< T, Enabled > |
struct | gem5::stl_helpers::IsHelpedContainer< std::vector< Types... > > |
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. | |
gem5::stl_helpers | |
Functions | |
GEM5_DEPRECATED_NAMESPACE (m5, gem5) | |
template<typename T > | |
std::enable_if_t< IsHelpedContainerV< T >, std::ostream & > | gem5::stl_helpers::operator<< (std::ostream &out, const T &t) |
Write out all elements in an stl container as a space separated list enclosed in square brackets. More... | |
Variables | |
template<typename ... Types> | |
constexpr bool | gem5::stl_helpers::IsHelpedContainerV = IsHelpedContainer<Types...>::value |
GEM5_DEPRECATED_NAMESPACE | ( | m5 | , |
gem5 | |||
) |