Home
last modified time | relevance | path

Searched defs:expression_storage (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 Dnumber_base.hpp381 struct expression_storage : public expression_storage_base<T, boost::is_arithmetic<T>::value> {}; struct
384 struct expression_storage<T*> struct
386 typedef T* type;
390 struct expression_storage<const T*> struct
392 typedef const T* type;
396 struct expression_storage<expression<tag, A1, A2, A3, A4> > struct
398 typedef expression<tag, A1, A2, A3, A4> type;