Utility Rack
Loading...
Searching...
No Matches
movable_foo Struct Reference

Public Member Functions

 movable_foo (const movable_foo &)=delete
 
 movable_foo (movable_foo &&rhs)
 
movable_foooperator= (const movable_foo &)=delete
 
movable_foooperator= (movable_foo &&)=delete
 
int operator() (int i)
 
int operator() (int i) const
 

Public Attributes

std::unique_ptr< int > val {std::make_unique<int>(base)}
 

Static Public Attributes

static int copy_count = 0
 
static int move_count = 0
 

The documentation for this struct was generated from the following file: