Searched defs:combine_expression (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | number_base.hpp | 312 struct combine_expression struct 315 typedef typename mpl::if_c<(sizeof(T1() + T2()) == sizeof(T1)), T1, T2>::type type; 322 struct combine_expression<number<T1, ExpressionTemplates>, T2> struct 324 typedef number<T1, ExpressionTemplates> type; 328 struct combine_expression<T1, number<T2, ExpressionTemplates> > struct 330 typedef number<T2, ExpressionTemplates> type; 334 struct combine_expression<number<T, ExpressionTemplates>, number<T, ExpressionTemplates> > struct 336 typedef number<T, ExpressionTemplates> type; 340 struct combine_expression<number<T1, ExpressionTemplates1>, number<T2, ExpressionTemplates2> > struct 346 >::type type;
|