Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

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