Home
last modified time | relevance | path

Searched defs:custom_raw (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/test/util/
Dnumber_types.hpp162 struct custom_raw struct
164 typedef custom_raw<T> self; argument
168 custom_raw() : m_value(0) {} in custom_raw() function
169 explicit custom_raw(T const& value) : m_value(value) {} in custom_raw() function
171 bool operator<(self const& other) const in operator <()
176 self operator-() const in operator -()
181 self operator-(self const& other) const in operator -()