29#ifndef __BASE_STL_HELPERS_HH__
30#define __BASE_STL_HELPERS_HH__
45template <
typename T,
typename Enabled=
void>
48template <
typename ...Types>
51template <
typename ...Types>
62std::enable_if_t<IsHelpedContainerV<T>, std::ostream &>
67 auto printer = [&first, &out](
const auto &elem) {
73 std::for_each(
t.begin(),
t.end(), printer);
constexpr bool IsHelpedContainerV
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::ostream & operator<<(std::ostream &os, const ArmSemihosting::InPlaceArg &ipa)
Overload hash function for BasicBlockRange type.