#include <utils.h>
Public Member Functions | |
move_only_test (const move_only_test &)=delete | |
move_only_test (move_only_test &&)=default | |
move_only_test (std::int64_t value) | |
move_only_test (std::string value) | |
move_only_test & | operator= (const move_only_test &)=delete |
move_only_test & | operator= (move_only_test &&)=default |
const std::string & | value () const |
Private Attributes | |
std::unique_ptr< std::string > | m_value |
Friends | |
bool | operator!= (const move_only_test &lhs, const move_only_test &rhs) |
bool | operator< (const move_only_test &lhs, const move_only_test &rhs) |
std::ostream & | operator<< (std::ostream &stream, const move_only_test &value) |
bool | operator== (const move_only_test &lhs, const move_only_test &rhs) |
Definition at line 128 of file robin-map/tests/utils.h.
|
inlineexplicit |
Definition at line 130 of file robin-map/tests/utils.h.
|
inlineexplicit |
Definition at line 133 of file robin-map/tests/utils.h.
|
delete |
|
default |
|
delete |
|
default |
|
inline |
Definition at line 176 of file robin-map/tests/utils.h.
|
friend |
Definition at line 160 of file robin-map/tests/utils.h.
|
friend |
Definition at line 164 of file robin-map/tests/utils.h.
|
friend |
Definition at line 141 of file robin-map/tests/utils.h.
|
friend |
Definition at line 152 of file robin-map/tests/utils.h.
|
private |
Definition at line 179 of file robin-map/tests/utils.h.