Home
last modified time | relevance | path

Searched refs:disable_if (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/boost/libs/core/test/
Deif_constructors.cpp18 using boost::disable_if;
29 container(const T&, const typename disable_if<is_arithmetic<T>, T>::type * = 0): in container()
39 disable_if<is_arithmetic<It> >::type* = 0) in xstring()
Deif_member_templates.cpp18 using boost::disable_if;
27 typename disable_if<is_arithmetic<T>, bool>::type
Deif_dummy_arg_disambiguation.cpp18 using boost::disable_if;
30 typename disable_if<is_arithmetic<T>, bool>::type
Deif_partial_specializations.cpp21 using boost::disable_if;
46 struct tester2<T, typename disable_if<is_arithmetic<T> >::type> {
/third_party/boost/boost/multi_index/
Dmember.hpp52 typename disable_if<
87 typename disable_if<
158 typename disable_if<
196 typename disable_if<
Dmem_fun.hpp63 typename disable_if<
101 typename disable_if<
203 typename disable_if<
241 typename disable_if<
Dglobal_fun.hpp58 typename disable_if<
105 typename disable_if<
137 typename disable_if<
Didentity.hpp54 typename disable_if<is_convertible<const ChainedPtr&,Type&>,Type&>::type
98 typename disable_if<
/third_party/boost/boost/xpressive/
Dregex_algorithms.hpp175 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match()
201 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match()
248 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match()
272 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match()
510 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search()
540 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search()
598 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search()
628 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search()
758 , typename disable_if<detail::is_char_ptr<Formatter> >::type * = 0 in regex_replace()
811 …, typename disable_if<mpl::or_<detail::is_char_ptr<BidiContainer>, detail::is_char_ptr<Formatter> … in regex_replace()
[all …]
/third_party/boost/boost/range/algorithm/
Dupper_bound.hpp31 BOOST_DEDUCED_TYPENAME disable_if<
52 inline BOOST_DEDUCED_TYPENAME disable_if<
73 inline BOOST_DEDUCED_TYPENAME disable_if<
99 inline BOOST_DEDUCED_TYPENAME disable_if<
Dlower_bound.hpp30 inline BOOST_DEDUCED_TYPENAME disable_if<
51 inline BOOST_DEDUCED_TYPENAME disable_if<
72 inline BOOST_DEDUCED_TYPENAME disable_if<
97 inline BOOST_DEDUCED_TYPENAME disable_if<
Dfind_first_of.hpp32 inline BOOST_DEDUCED_TYPENAME disable_if<
59 inline BOOST_DEDUCED_TYPENAME disable_if<
87 inline BOOST_DEDUCED_TYPENAME disable_if<
119 inline BOOST_DEDUCED_TYPENAME disable_if<
Dfind_end.hpp32 inline BOOST_DEDUCED_TYPENAME disable_if<
59 inline BOOST_DEDUCED_TYPENAME disable_if<
86 inline BOOST_DEDUCED_TYPENAME disable_if<
118 inline BOOST_DEDUCED_TYPENAME disable_if<
Dfind_if.hpp31 inline BOOST_DEDUCED_TYPENAME disable_if<
54 inline BOOST_DEDUCED_TYPENAME disable_if<
Dfind.hpp30 inline BOOST_DEDUCED_TYPENAME disable_if<
53 inline BOOST_DEDUCED_TYPENAME disable_if<
/third_party/boost/boost/python/detail/
Denable_if.hpp22 : disable_if<C,T>
32 : disable_if<C,T>
/third_party/boost/boost/msm/back/
Ddispatch_table.hpp171 typename ::boost::disable_if<
193 typename ::boost::disable_if<
212 typename ::boost::disable_if<
235 typename ::boost::disable_if<
261 typename ::boost::disable_if<typename has_not_real_row_tag<Transition>::type,void >::type
294 typename ::boost::disable_if<
338 typename ::boost::disable_if<
/third_party/boost/boost/thread/
Dscoped_thread.hpp50 …template <class F, class ...Args, typename = typename disable_if<is_same<typename decay<F>::type, …
56 typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type=0) :
141 …template <class F, class ...Args, typename = typename disable_if<is_same<typename decay<F>::type, …
147 typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type=0) : in scoped_thread()
/third_party/boost/boost/contract/detail/condition/
Dcond_inv.hpp147 typename boost::disable_if<
157 typename boost::disable_if<
167 typename boost::disable_if<
/third_party/boost/boost/accumulators/numeric/functional/
Dcomplex.hpp27 disable_if<
39 disable_if<
/third_party/boost/boost/move/detail/
Dmeta_utils_core.hpp87 struct disable_if : enable_if_c<!Cond::value, T> {}; struct
132 struct disable_if_same : disable_if<is_same<T, U>, R> {};
/third_party/boost/boost/type_erasure/
Doperators.hpp171 typename ::boost::disable_if< \
206 typename ::boost::disable_if< \
228 typename ::boost::disable_if< \
285 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<T> >::type
393 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<T> >::type
483 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<Os> >::type
527 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<Is> >::type
/third_party/boost/boost/move/
Dalgorithm.hpp133 ,typename ::boost::move_detail::disable_if< move_detail::is_move_iterator<I> >::type* = 0 in uninitialized_copy_or_move()
156 ,typename ::boost::move_detail::disable_if< move_detail::is_move_iterator<I> >::type* = 0 in copy_or_move()
/third_party/boost/boost/core/
Denable_if.hpp64 struct disable_if : public disable_if_c<Cond::value, T> {}; struct
113 struct disable_if : enable_if_does_not_work_on_this_compiler<T> struct
/third_party/boost/boost/numeric/odeint/stepper/base/
Dexplicit_error_stepper_base.hpp147 typename boost::disable_if< boost::is_same< DerivIn , time_type > , void >::type
178 typename boost::disable_if< boost::is_same< StateIn , time_type > , void >::type
195 typename boost::disable_if< boost::is_same< DerivIn , time_type > , void >::type
245 typename boost::disable_if< boost::is_same< DerivIn , time_type > , void >::type

12345678