Home
last modified time | relevance | path

Searched refs:disable_if_c (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/boost/boost/core/
Denable_if.hpp56 struct disable_if_c { struct
61 struct disable_if_c<true, T> {}; struct
64 struct disable_if : public disable_if_c<Cond::value, T> {};
97 struct disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
/third_party/boost/boost/dll/detail/
Daggressive_ptr_cast.hpp36 BOOST_FORCEINLINE typename boost::disable_if_c<boost::is_member_pointer<To>::value || boost::is_ref…
64 BOOST_FORCEINLINE typename boost::disable_if_c<!boost::is_reference<To>::value || boost::is_member_…
93 BOOST_FORCEINLINE typename boost::disable_if_c<!boost::is_member_pointer<To>::value || boost::is_me…
112 BOOST_FORCEINLINE typename boost::disable_if_c<boost::is_member_pointer<To>::value || !boost::is_me…
/third_party/boost/boost/log/detail/
Dlight_function_pp.hpp122 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function()
127 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function()
184 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
330 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function()
335 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function()
392 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
Dlight_function.hpp197 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function()
202 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function()
259 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
403 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function()
408 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function()
465 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
Dsink_init_helpers.hpp83 inline typename boost::disable_if_c<
137 inline typename boost::disable_if_c<
/third_party/boost/libs/core/test/
Deif_partial_specializations.cpp19 using boost::disable_if_c;
33 struct tester<T, typename disable_if_c<is_arithmetic<T>::value>::type> {
/third_party/boost/boost/variant/detail/
Dapply_visitor_binary.hpp76 typename disable_if_c<MoveSemantics && is_same<Value2, Value2>::value, result_type>::type
136 typename disable_if_c<MoveSemantics && is_same<Value1, Value1>::value, result_type>::type
270 …decltype(auto) operator()(Value2&& value2, typename disable_if_c<MoveSemantics && is_same<Value2, … in operator ()()
308 …decltype(auto) operator()(Value1&& value1, typename disable_if_c<MoveSemantics && is_same<Value1, … in operator ()()
/third_party/boost/boost/math/special_functions/
Dtrunc.hpp119 inline typename boost::disable_if_c<boost::is_constructible<int, T>::value, int>::type
134 inline typename boost::disable_if_c<boost::is_constructible<long, T>::value, long>::type
151 inline typename boost::disable_if_c<boost::is_constructible<boost::long_long_type, T>::value, boost…
/third_party/boost/boost/parameter/aux_/preprocessor/impl/
Dparenthesized_return_type.hpp83 struct unaryfunptr_return_type<void(*)(::boost::disable_if_c<b,Ret>)>
85 typedef ::boost::disable_if_c<b,Ret> type;
/third_party/boost/boost/log/expressions/
Dfilter.hpp94 …filter(FunT const& fun, typename boost::disable_if_c< move_detail::is_rv< FunT >::value, boost::lo… in filter()
140 …typename boost::disable_if_c< is_same< typename remove_cv< FunT >::type, filter >::value, filter& … in operator =()
/third_party/boost/boost/math/interpolators/
Dbarycentric_rational.hpp43 …putIterator2 start_y, size_t approximation_order = 3, typename boost::disable_if_c<boost::is_integ…
80 …, InputIterator2 start_y, size_t approximation_order, typename boost::disable_if_c<boost::is_integ… in barycentric_rational()
/third_party/boost/boost/algorithm/
Dclamp.hpp112 …BOOST_CXX14_CONSTEXPR typename boost::disable_if_c<boost::is_same<Range, OutputIterator>::value, O…
164 …BOOST_CXX14_CONSTEXPR typename boost::disable_if_c<boost::is_same<Range, OutputIterator>::value, O…
/third_party/boost/boost/multiprecision/
Dcomplex_adaptor.hpp270 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_add()
276 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_subtract()
282 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_multiply()
289 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_divide()
297 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_add()
304 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_subtract()
311 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_multiply()
318 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_divide()
339 inline typename disable_if_c<boost::is_complex<Result>::value>::type eval_convert_to(Result* result… in eval_convert_to()
/third_party/boost/boost/thread/detail/
Dinvoke.hpp546 typename disable_if_c
1373 typename disable_if_c
1395 typename disable_if_c
1417 typename disable_if_c
1439 typename disable_if_c
1462 typename disable_if_c
1484 typename disable_if_c
1506 typename disable_if_c
1520 typename disable_if_c
1531 typename disable_if_c
[all …]
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp656 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
665 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value…
840 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
849 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value…
1028 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
1037 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value…
1227 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
1236 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value…
1434 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
1443 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value…
/third_party/boost/boost/fusion/container/vector/detail/cpp03/
Dvector_forward_ctor.hpp69 …, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::va…
/third_party/boost/boost/move/detail/
Dmeta_utils_core.hpp79 struct disable_if_c struct
Dmeta_utils.hpp449 : disable_if_c< and_<A, B, C, D>::value, R>
459 : disable_if_c< or_<A, B, C, D>::value, R>
/third_party/boost/boost/proto/detail/
Ddecltype.hpp250 typename disable_if_c<has_get_pointer<T>::value, T *>::type
257 typename disable_if_c<has_get_pointer<T>::value, T const *>::type
/third_party/boost/boost/dll/
Dshared_library.hpp357 …inline typename boost::disable_if_c<boost::is_member_pointer<T>::value || boost::is_reference<T>::… in get()
371 …inline typename boost::disable_if_c<boost::is_member_pointer<T>::value || boost::is_reference<T>::… in get()
/third_party/boost/boost/sort/spreadsort/detail/
Dinteger_sort.hpp388 inline typename boost::disable_if_c< sizeof(Div_type) <= sizeof(size_t)
434 inline typename boost::disable_if_c< sizeof(Div_type) <= sizeof(size_t)
478 inline typename boost::disable_if_c< sizeof(Div_type) <= sizeof(size_t)
Dstring_sort.hpp697 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void
721 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void
749 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void
804 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void
/third_party/boost/boost/container/detail/
Dmpl.hpp41 using boost::move_detail::disable_if_c;
/third_party/boost/boost/log/utility/manipulators/
Drange.hpp152 inline typename boost::disable_if_c<
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp133 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<boost::is_integral<R>::value>::type eval_conv… in eval_convert_to()
190 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<std::numeric_limits<Arithmetic>::has_infinity… in eval_divide()
248 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<std::numeric_limits<Arithmetic>::has_infinity… in eval_divide()
299 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<

1234