Searched defs:canonical_imp (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 | 177 struct canonical_imp struct 179 typedef typename remove_cv<typename decay<const Val>::type>::type type; 182 struct canonical_imp<number<B, et_on>, Backend, Tag> struct 184 typedef B type; 187 struct canonical_imp<number<B, et_off>, Backend, Tag> struct 189 typedef B type; 193 struct canonical_imp<number<B, et_on>, Backend, mpl::int_<3> > struct 195 typedef B type; 198 struct canonical_imp<number<B, et_off>, Backend, mpl::int_<3> > struct 200 typedef B type; [all …]
|