Changeset 10770 for code/branches/cpp11_v2/src/libraries/util
- Timestamp:
- Nov 7, 2015, 2:42:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/util/SharedPtr.h
r10769 r10770 311 311 312 312 /// Returns true if the pointer is not nullptr. 313 inline operator bool() const313 inline explicit operator bool() const 314 314 { 315 315 return (this->pointer_ != nullptr);
Note: See TracChangeset
for help on using the changeset viewer.