Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/util/
Dnumber_types.hpp72 struct custom_with_global_sqrt struct
74 typedef custom_with_global_sqrt<T> self;
76 T m_value;
78 custom_with_global_sqrt() : m_value(0) {} in custom_with_global_sqrt() function
79 explicit custom_with_global_sqrt(T const& value) : m_value(value) {} in custom_with_global_sqrt() function
100 inline number_types::custom_with_global_sqrt<T>