HomeSort by relevance Sort by last modified time
    Searched full:reference_content (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
reference_content.hpp 2 // boost detail/reference_content.hpp header file
33 // (detail) class template reference_content
38 class reference_content class in namespace:boost::detail
46 ~reference_content()
50 reference_content(RefT r) function in class:boost::detail::reference_content
55 reference_content(const reference_content& operand) function in class:boost::detail::reference_content
62 reference_content& operator=(const reference_content&);
76 // Wraps with reference_content if specified type is reference
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 32 #include <boost/detail/reference_content.hpp>
452 // internal_type can be either T or reference_content<T>
470 // reference_content<T> lacks an implicit conversion to T&, so the following is needed to obtain a proper reference.
485 // Decent compilers should disallow conversions from reference_content<T>* to T*, but just in case,

Completed in 243 milliseconds