Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dcommon_type.hpp48 struct common_type<T1, T2, T...>: type_traits_detail::mp_defer<type_traits_detail::common_type_fold…
97 template<class T1, class T2> struct common_type_impl: mp_defer<builtin_common_type, T1, T2>
105 template<class T1, class T2> struct common_type_impl_2: mp_defer<builtin_common_type, T1, T2>
111 template<class T1, class T2> struct common_type_impl: mp_defer<decay_common_type, T1, T2>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dmp_defer.hpp50 template<template<class...> class F, class... T> using mp_defer = typename boost::conditional<mp_va… typedef