|
auto operation_wrapper = [&, operation = forward<AtomicFunction>(operation)](ByteBuffer x_bytes, ByteBuffer y_bytes) -> ByteBuffer {
|
|
auto operation_wrapper = [&, operation = forward<AtomicFunction>(operation)](ByteBuffer x_bytes, ByteBuffer y_bytes) -> ByteBuffer {
|
|
using U = Conditional<IsSame<ClampedU8, T>, u8, T>;
|
|
using U = Conditional<IsSame<ClampedU8, T>, u8, T>;
|