template <>
class ScopedValueChange
Defined at line 130 of file ../../src/graphics/display/lib/driver-utils/scoped-value-change.h
The entire ScopedValueChange class definition is specialized because member
variables of type void aren't allowed, even if they're not used. We need a
member variable of type T to store the original value.
Friends
template <typename T>
class ScopedValueChange