Home
last modified time | relevance | path

Searched defs:copy_int (Results 1 – 1 of 1) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dreplace.pass.cpp22 struct copy_int struct
26 constexpr explicit copy_int(int32_t val = 0) : value(val) {} in copy_int() function
27 …constexpr copy_int(copy_int const& other) : value(other.value), copied_times(other.copied_times) {… in copy_int() argument
30 operator=(const copy_int& other) in operator =() argument
43 operator==(const copy_int& other) const in operator ==() argument