1 2 3 4 5 6
// bindgen-flags: -- -std=c++11 template<typename...> using __void_t = void; template<typename _Iterator, typename = __void_t<>> struct __iterator_traits { };