Home
last modified time | relevance | path

Searched refs:CNumeric (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/hana/test/_include/support/
Dcnumeric.hpp16 struct CNumeric { using value_type = T; }; struct
21 using hana_tag = CNumeric<T>;
34 struct IntegralConstant<CNumeric<T>> {
39 struct to_impl<CNumeric<T>, C, when<
51 struct equal_impl<CNumeric<T>, CNumeric<U>> {
59 struct less_impl<CNumeric<T>, CNumeric<U>> {
/third_party/boost/libs/hana/test/numeric/
Dmain.hpp243 hana::power(numeric(x), hana::zero<CNumeric<int>>()), in main()
248 hana::power(numeric(x), hana::one<CNumeric<int>>()), in main()