C++ Language/Indirection/SmartPointers/TemplateParameter
Appearance
You can access a smart pointer's template-parameter by std::unique_ptr<int>::element_type
.
Additional information about accessing a smart pointer's template-parameter
C++ Language |
You can access a smart pointer's template-parameter by std::unique_ptr<int>::element_type
.
Additional information about accessing a smart pointer's template-parameter