j
k
j a
j l
Claudio DeSouza wrote:
detail::read32le( block.subspan(i * 4).first<4>()); So you also get a sized span, and avoid checks.
detail::read32le( block.subspan(i * 4).first<4>());
So you also get a sized span, and avoid checks.
It doesn't matter, you get the check either way; it's just in first<> instead of the constructor.
Back to the thread
Back to the list