std
Summary
Functions |
|
---|---|
make_shared(Args...)
|
shared_ptr< T >
|
make_unique(Args...)
|
unique_ptr< T >
|
Functions
make_shared
shared_ptr< T > make_shared( Args... )
make_unique
unique_ptr< T > make_unique( Args... )