#include <utils.h>
Public Member Functions | |
copy_only_test (const copy_only_test &other) | |
copy_only_test (std::int64_t value) | |
copy_only_test & | operator= (const copy_only_test &other) |
std::string | value () const |
~copy_only_test () | |
Private Attributes | |
std::string | m_value |
Friends | |
bool | operator!= (const copy_only_test &lhs, const copy_only_test &rhs) |
bool | operator< (const copy_only_test &lhs, const copy_only_test &rhs) |
std::ostream & | operator<< (std::ostream &stream, const copy_only_test &value) |
bool | operator== (const copy_only_test &lhs, const copy_only_test &rhs) |
Definition at line 182 of file robin-map/tests/utils.h.
|
inlineexplicit |
Definition at line 184 of file robin-map/tests/utils.h.
|
inline |
Definition at line 187 of file robin-map/tests/utils.h.
|
inline |
Definition at line 195 of file robin-map/tests/utils.h.
|
inline |
Definition at line 189 of file robin-map/tests/utils.h.
|
inline |
Definition at line 216 of file robin-map/tests/utils.h.
|
friend |
Definition at line 208 of file robin-map/tests/utils.h.
|
friend |
Definition at line 212 of file robin-map/tests/utils.h.
|
friend |
Definition at line 197 of file robin-map/tests/utils.h.
|
friend |
Definition at line 204 of file robin-map/tests/utils.h.
|
private |
Definition at line 219 of file robin-map/tests/utils.h.