third_party.pigweed.src/pw_result/README.md
Alexei Frolov 41b32d3e07 pw_result: Add experimental result module
The pw_result module defines a Result type which stores a Status
alongside some data. It is provided as a convenient way to return a
value and a status together, without requiring an "out" pointer.

Change-Id: Ibb630c7167faf6832e2b5e943220250ac820604e
2020-03-20 21:01:37 +00:00

51 B

pw_result: Experimental status with value class