Searched defs:custom_raw (Results 1 – 1 of 1) sorted by relevance
162 struct custom_raw struct164 typedef custom_raw<T> self; argument168 custom_raw() : m_value(0) {} in custom_raw() argument169 explicit custom_raw(T const& value) : m_value(value) {} in custom_raw() argument171 bool operator<(self const& other) const in operator <()176 self operator-() const in operator -()181 self operator-(self const& other) const in operator -()