Searched defs:remove_volatile (Results 1 – 1 of 1) sorted by relevance
4349 struct remove_volatile struct4350 { typedef _Tp type; };4353 struct remove_volatile<_Tp volatile> struct4354 { typedef _Tp type; };