blob: db9ba14102e535d2ea421089c3d21f11b74ff368 [file] [log] [blame]
Alexei Frolov41b32d32019-11-13 17:22:03 -08001.. default-domain:: cpp
2
3.. highlight:: sh
4
5.. _chapter-pw-result:
6
7---------
8pw_result
9---------
10``pw::Result`` is an experimental class that combines a status with a value to
11simplify 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.