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

1
2
3
4
5
@import recursive_visibility_b;
template<template<typename T> class Y> void g() {
  f(typename Y<A1_Inner::X>::type{});
  f(typename Y<A2_More_Inner::X>::type{});
}