#include <test_instance_tracker.h>
Public Member Functions | |
MovableOnlyInstance (int x) | |
MovableOnlyInstance (MovableOnlyInstance &&other) | |
MovableOnlyInstance & | operator= (MovableOnlyInstance &&other) |
Static Public Member Functions | |
static bool | supports_move () |
Friends | |
void | swap (MovableOnlyInstance &lhs, MovableOnlyInstance &rhs) |
Definition at line 256 of file test_instance_tracker.h.
absl::test_internal::MovableOnlyInstance::MovableOnlyInstance | ( | int | x | ) | [inline, explicit] |
Definition at line 258 of file test_instance_tracker.h.
MovableOnlyInstance& absl::test_internal::MovableOnlyInstance::operator= | ( | MovableOnlyInstance && | other | ) |
static bool absl::test_internal::MovableOnlyInstance::supports_move | ( | ) | [inline, static] |
Definition at line 266 of file test_instance_tracker.h.
void swap | ( | MovableOnlyInstance & | lhs, |
MovableOnlyInstance & | rhs | ||
) | [friend] |
Definition at line 262 of file test_instance_tracker.h.