Home
last modified time | relevance | path

Searched refs:enabler (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/fusion/container/deque/detail/cpp03/
Ddeque.hpp108 … , typename disable_if<is_convertible<Sequence, T0>, detail::enabler_>::type = detail::enabler in deque()
109 … , typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler) in deque()
130 , typename enable_if<is_convertible<T0_, T0>, detail::enabler_>::type = detail::enabler in deque()
134 >::type = detail::enabler in deque()
148 >::type = detail::enabler) in deque()
190 … , result_of::empty<Sequence> >, detail::enabler_>::type = detail::enabler) BOOST_NOEXCEPT in deque()
/third_party/boost/boost/fusion/container/set/
Dset.hpp65 … typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler, in set()
66 … enable_if<detail::is_same_size<Sequence, storage_type>, detail::enabler_>::type = detail::enabler) in set()
107 … typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler, in set()
108 … enable_if<detail::is_same_size<Sequence, storage_type>, detail::enabler_>::type = detail::enabler) in set()
/third_party/boost/libs/iterator/example/
Dnode_iterator2.hpp24 struct enabler {}; // a private type avoids misuse struct in node_iter
39 , enabler in node_iter()
40 >::type = enabler() in node_iter()
Dnode_iterator3.hpp25 struct enabler {}; // a private type avoids misuse struct in node_iter
44 , enabler in node_iter()
45 >::type = enabler() in node_iter()
/third_party/boost/boost/fusion/container/deque/
Ddeque.hpp64 … , result_of::empty<Sequence>>, detail::enabler_>::type = detail::enabler) BOOST_NOEXCEPT in deque()
154 … , typename disable_if<is_convertible<Sequence, Head>, detail::enabler_>::type = detail::enabler in deque()
155 … , typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler) in deque()
/third_party/boost/boost/range/detail/
Dany_iterator.hpp286 struct enabler {}; struct in boost::range_detail::any_iterator
365 enabler in any_iterator()
402 enabler in any_iterator()
432 enabler in any_iterator()
/third_party/boost/libs/test/doc/runtime_configuration/
Dtest_unit_filtering.qbk265 …[ [[pre > test_program --__param_run_test__=+<absolute_spec>]][enabler][Disabled test units that m…
268 The ['enabler] specification is used to enable a set of test units which are initially disabled.
269 [bt_example decorator_22..command-line enabler..run]
274 If there are both an enabler and disabler on one command line that specify the same test, the test …
275 the disabler takes the precedence over the enabler.
277 [note While enabler additionally enables the upstream dependencies (introduced with decorator __dec…
/third_party/boost/boost/fusion/support/detail/
Denabler.hpp17 BOOST_STATIC_CONSTEXPR enabler_ enabler = {}; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/core/
Dtag_of.hpp102 template <typename T, optional when-based enabler>
Dcommon.hpp67 template <typename T, typename U, optional when-based enabler>
/third_party/boost/boost/hana/fwd/core/
Dtag_of.hpp102 template <typename T, optional when-based enabler>
Dcommon.hpp67 template <typename T, typename U, optional when-based enabler>
/third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/
Ddeque10.hpp205 … , typename disable_if<is_convertible<Sequence, T0>, detail::enabler_>::type = detail::enabler in deque()
206 … , typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler) in deque()
221 , typename enable_if<is_convertible<T0_, T0>, detail::enabler_>::type = detail::enabler in deque()
225 >::type = detail::enabler in deque()
239 >::type = detail::enabler) in deque()
275 … , result_of::empty<Sequence> >, detail::enabler_>::type = detail::enabler) BOOST_NOEXCEPT in deque()
/third_party/boost/boost/icl/detail/
Delement_iterator.hpp268 struct enabler{}; struct in boost::icl::element_iterator
281 …typename enable_if<boost::is_convertible<SaltatorT*,SegmentIteratorT*>, enabler>::type = enabler()) in element_iterator()
/third_party/boost/libs/iterator/doc/
Diterator_adaptor_tutorial.rst62 struct enabler {}; // a private type avoids misuse
76 , enabler
77 >::type = enabler()
/third_party/boost/boost/fusion/container/set/detail/cpp03/
Dset.hpp76 … , typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler) in set()
/third_party/boost/boost/fusion/container/vector/detail/cpp03/
Dvector_forward_ctor.hpp69 …<vector, typename boost::remove_cv_ref<U0>::type>::value, detail::enabler_>::type = detail::enabler
Dvector.hpp125 … typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler) in vector()
/third_party/boost/boost/fusion/container/list/detail/cpp03/
Dlist.hpp66 … , typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler) in list()
/third_party/boost/boost/range/
Dany_range.hpp108 struct enabler {}; struct in boost::range_detail::any_range
/third_party/boost/boost/iterator/
Diterator_facade.hpp451 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD_IMPL(prefix, op, result_type, enabler) \ argument
461 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD_IMPL(prefix, op, result_type, enabler) \ argument
466 prefix typename enabler< \
/third_party/boost/boost/fusion/container/list/
Dcons.hpp91 >::type = detail::enabler in cons()
/third_party/boost/boost/test/tree/
Dtest_case_template.hpp154 template<typename TestCaseTemplate,typename TestTypesList, typename enabler = void>
/third_party/boost/libs/iterator/doc/quickbook/
Dadaptor.qbk257 struct enabler {}; // a private type avoids misuse
271 , enabler
272 >::type = enabler()
/third_party/boost/libs/core/doc/
Denable_if.qbk205 Which way to write the enabler is largely a matter of taste,
285 the enabler expressions. This parameter has the default value
329 [section Overlapping enabler conditions]
416 distinguishing factor is a different condition in an enabler

123