Alexei Frolov | 41b32d3 | 2019-11-13 17:22:03 -0800 | [diff] [blame] | 1 | .. default-domain:: cpp |
2 | |||||
3 | .. highlight:: sh | ||||
4 | |||||
5 | .. _chapter-pw-result: | ||||
6 | |||||
7 | --------- | ||||
8 | pw_result | ||||
9 | --------- | ||||
10 | ``pw::Result`` is an experimental class that combines a status with a value to | ||||
11 | simplify writing and using APIs. | ||||
12 | |||||
13 | .. warning:: | ||||
14 | |||||
15 | This module is experimental. Its impact on code size and stack usage has not | ||||
16 | yet been profiled. Use at your own risk. |