Searched refs:cref (Results 1 – 15 of 15) sorted by relevance
150 template<class T> BOOST_FORCEINLINE reference_wrapper<T const> BOOST_REF_CONST cref( T const & t ) in cref() function179 template<class T> void cref(T const&&) BOOST_REF_DELETE;
53 typename reference<T const>::type const e = {{boost::cref(t)}}; in make()77 cref(T const & t) in cref() function
371 cref(const _Tp& __t) noexcept in _GLIBCXX_VISIBILITY()378 void cref(const _Tp&&) = delete; in _GLIBCXX_VISIBILITY()391 cref(reference_wrapper<_Tp> __t) noexcept in _GLIBCXX_VISIBILITY()
532 cref(const _Tp& __t) _NOEXCEPT540 cref(reference_wrapper<_Tp> __t) _NOEXCEPT542 return cref(__t.get());547 template <class _Tp> void cref(const _Tp&&) = delete;
67 template <class T> reference_wrapper<const T> cref(const T& t) noexcept;68 template <class T> void cref(const T&& t) = delete;69 template <class T> reference_wrapper<const T> cref(reference_wrapper<T> t) noexcept;
52 : m_interval(boost::cref(interval)) in sweep_event()
508 cref(const _Tp& __t)518 cref(reference_wrapper<_Tp> __t)519 { return cref(__t.get()); }
2407 std::cref(*_M_pred));
1311 '--cref'8284 * --cref: Options. (line 1224)