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