ApprentissageProgrammationCpp  ..
Fonctions
Référence du fichier unique_ptr.cpp
#include <memory>
#include <iostream>

Fonctions

void do_something (std::unique_ptr< int > ptr)
 [func] Plus de détails...
 
int main ()
 [func] Plus de détails...
 

Documentation des fonctions

◆ do_something()

void do_something ( std::unique_ptr< int >  ptr)

[func]

◆ main()

int main ( )

[func]

[decl]

[decl]

[well_initialized]

[well_initialized]

[make_unique]

[make_unique]

[decl_alloc]

[decl_alloc]

[array]

[array]

[move_unique]

[move_unique]

[released]

[released]

[move_func]

[move_func]