Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
namespace std { struct reverse_iterator {}; inline void operator-(int __x, reverse_iterator __y) {} template <typename _Key> struct map { typedef int iterator; friend bool operator<(const map &, const map &); }; } // namespace std