blob: db9ba14102e535d2ea421089c3d21f11b74ff368 [file] [log] [blame]
.. default-domain:: cpp
.. highlight:: sh
.. _chapter-pw-result:
---------
pw_result
---------
``pw::Result`` is an experimental class that combines a status with a value to
simplify writing and using APIs.
.. warning::
This module is experimental. Its impact on code size and stack usage has not
yet been profiled. Use at your own risk.