Searched defs:custom_with_global_sqrt (Results 1 – 1 of 1) sorted by relevance
72 struct custom_with_global_sqrt struct74 typedef custom_with_global_sqrt<T> self;76 T m_value;78 custom_with_global_sqrt() : m_value(0) {} in custom_with_global_sqrt() function79 explicit custom_with_global_sqrt(T const& value) : m_value(value) {} in custom_with_global_sqrt() function100 inline number_types::custom_with_global_sqrt<T>