Home
last modified time | relevance | path

Searched defs:cpp_int_backend (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/
H A Dcpp_int.hpp1033 struct cpp_int_backend struct
1042 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> self_type;
1049 is_trivial_cpp_int<self_type>::value> base_type;
1050 typedef mpl::bool_<is_trivial_cpp_int<self_type>::value> trivial_tag;
1058 >::type signed_types;
1064 >::type unsigned_types;
1069 >::type float_types;
1070 typedef mpl::int_<Checked> checked_type;
1072 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_backend() BOOST_NOEXCEPT{} in cpp_int_backend() argument
1073 …NE BOOST_CONSTEXPR cpp_int_backend(const cpp_int_backend& o) BOOST_MP_NOEXCEPT_IF(boost::is_void<A… in cpp_int_backend() argument
[all …]