cvw::unexpect_t
Tag type for constructing expected in error state. More...
#include <expected.hpp>
Public Functions
| Name | |
|---|---|
| unexpect_t() =default Default constructor. |
Detailed Description
cpp
struct cvw::unexpect_t;Tag type for constructing expected in error state.
Deduction guide for unexpected template constructor.
Public Functions Documentation
function unexpect_t
cpp
explicit unexpect_t() =defaultDefault constructor.
Updated on 2026-05-17 at 13:22:38 +0000