Home
last modified time | relevance | path

Searched refs:_ub (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/outcome/experimental/status-code/
Dresult.hpp128 void _ub() in _ub() function in result
320 _ub(); in assume_value()
329 _ub(); in assume_value()
338 _ub(); in assume_value()
347 _ub(); in assume_value()
357 _ub(); in assume_error()
366 _ub(); in assume_error()
375 _ub(); in assume_error()
384 _ub(); in assume_error()
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dnarrow_exception_check.md8 Observer policy performing hard UB if no exception is present, by calling {{% api "static void _ub(…
Dnarrow_value_check.md8 Observer policy performing hard UB if no value is present, by calling {{% api "static void _ub(Impl…
Dnarrow_error_check.md8 Observer policy performing hard UB if no error is present, by calling {{% api "static void _ub(Impl…
Dub.md2 title = "`static void _ub(Impl &&)`"
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/no-value/
Dbuiltin.md25 {{% api "static void _ub(Impl &&)" %}} first.