Derived classes
Types
using int_type = int
using reference = T &
using value_type = T
Fields
const typedef T & const_reference
Methods
clear() -> void
update(value_type x) -> void
abs() const -> value_type
max() const -> value_type
min() const -> value_type
Friends