HomeSort by: relevance | last modified time | path
    Searched defs:inout_ptr_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
out_ptr.h 92 // inout_ptr_t want to do different things. After construction
110 // Called by inout_ptr_t to copy the smart pointer's value
236 // We know shared_ptr cannot be used with inout_ptr_t
286 template<typename, typename, typename...> friend class inout_ptr_t;
298 class inout_ptr_t class
307 inout_ptr_t(_Smart& __smart, _Args... __args) function in class:inout_ptr_t
314 inout_ptr_t(const inout_ptr_t&) = delete;
316 ~inout_ptr_t() = default;
398 * @return A std::inout_ptr_t referring to `__s`
    [all...]

Completed in 24 milliseconds