Home
last modified time | relevance | path

Searched defs:remove_const (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4340 struct remove_const struct
4341 { typedef _Tp type; };
4344 struct remove_const<_Tp const> struct
4345 { typedef _Tp type; };