Searched defs:add_volatile (Results 1 – 3 of 3) sorted by relevance
51 std::add_volatile_t<T> add_volatile() { in add_volatile() function
12 template< class T> struct add_volatile { typedef volatile T type; }; struct