gem5 v23.0.0.1
|
#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 | |
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. | |
namespace | gem5::stl_helpers |
Functions | |
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. | |
Variables | |
template<typename ... Types> | |
constexpr bool | gem5::stl_helpers::IsHelpedContainerV = IsHelpedContainer<Types...>::value |