Searched defs:remove_const (Results 1 – 1 of 1) sorted by relevance
4340 struct remove_const struct4341 { typedef _Tp type; };4344 struct remove_const<_Tp const> struct4345 { typedef _Tp type; };