throwing_ptr
Smart pointers that throw on dereference if null
tests
compile_fail
Functions
unique_ptr_s_operator.cpp File Reference
Go to the source code of this file.
Functions
int
main
()
Function Documentation
◆
main()
int main
(
)
Definition at line
8
of file
unique_ptr_s_operator.cpp
.
8
{
9
// operator[] is not present in single element unique_ptr
10
throwing::unique_ptr<int>
up;
11
return
up[0];
12
}
throwing::unique_ptr
unique_ptr that manages a single object
Definition:
unique_ptr.hpp:38
Generated by
1.8.13