mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-03 14:44:26 +02:00
@@ -47,7 +47,7 @@
|
|||||||
void <a href="#reset">reset</a>(T * p = 0);
|
void <a href="#reset">reset</a>(T * p = 0);
|
||||||
template<class D> void <a href="#reset">reset</a>(T * p, D d);
|
template<class D> void <a href="#reset">reset</a>(T * p, D d);
|
||||||
|
|
||||||
T & <a href="#indexing">operator[]</a>(std::ptrdiff_t i) const() const; // never throws
|
T & <a href="#indexing">operator[]</a>(std::ptrdiff_t i) const; // never throws
|
||||||
T * <a href="#get">get</a>() const; // never throws
|
T * <a href="#get">get</a>() const; // never throws
|
||||||
|
|
||||||
bool <a href="#unique">unique</a>() const; // never throws
|
bool <a href="#unique">unique</a>() const; // never throws
|
||||||
|
Reference in New Issue
Block a user