Searched defs:copy_int (Results 1 – 1 of 1) sorted by relevance
22 struct copy_int struct26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument30 operator=(const copy_int& other) in operator =() argument43 operator==(const copy_int& other) const in operator ==() argument