Searched refs:reference_type (Results 1 – 6 of 6) sorted by relevance
31 typedef T & reference_type ; typedef40 static rval_reference_type move(reference_type r) { return boost::move(r); } in move()54 typedef raw_type& reference_type ; typedef58 static reference_type move(reference_type r) { return r; } in move()108 typedef BOOST_DEDUCED_TYPENAME types::reference_type reference_type ; typedef in boost::optional_detail::optional_base592 …reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl()619 …reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p… in dereference()621 …reference_type dereference( internal_type* p, is_reference_tag ) { return p-… in dereference()655 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in boost::optional906 …reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();… in get()[all …]
120 typedef T& reference_type; typedef in boost::optional
103 typedef T & reference_type ; typedef in boost::optional_detail::optional_base709 reference_type get_impl() { return m_storage.ref() ; } in get_impl()780 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in boost::optional1107 …reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();… in get()1111 …reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or()1124 reference_type operator *() & { return this->get() ; } in operator *()1128 reference_type operator *() { return this->get() ; } in operator *()1140 reference_type value() & in value()1165 reference_type value() in value()1307 BOOST_DEDUCED_TYPENAME optional<T>::reference_type[all …]
46 typedef T const& reference_type; typedef in boost::geometry::detail::envelope::longitude_interval59 reference_type get() const in get()
162 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)