Home
last modified time | relevance | path

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

/dports/math/piranha/piranha-0.11/src/
H A Dmath.hpp257 using negate_t = decltype(std::declval<U &>() = -std::declval<U &>()); typedef
/dports/math/py-piranha/piranha-0.11/src/
H A Dmath.hpp257 using negate_t = decltype(std::declval<U &>() = -std::declval<U &>()); typedef