|
proxygen
|
Public Member Functions | |
| Movable (int x) | |
| Movable (const Movable &) | |
| Movable & | operator= (const Movable &) |
| Movable (Movable &&)=default | |
| Movable & | operator= (Movable &&)=default |
Public Attributes | |
| int | x_ |
Definition at line 745 of file sorted_vector_test.cpp.
|
inlineexplicit |
Definition at line 747 of file sorted_vector_test.cpp.
|
inline |
|
default |
| int Movable::x_ |
Definition at line 746 of file sorted_vector_test.cpp.