Here is a list of all functions with links to the classes they belong to:
- a -
- c -
- e -
- Err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- expect() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- expect_err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- f -
- i -
- inspect() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- inspect_err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- is_err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- is_err_and() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- is_ok() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- is_ok_and() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- m -
- map() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- map_err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- map_or() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- map_or_else() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- o -
- Ok() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- ok() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- operator=() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- or_() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- or_else() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- r -
- u -
- unwrap() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- unwrap_err() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- unwrap_or() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- unwrap_or_default() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- unwrap_or_else() : cpp_result::Result< T, E >, cpp_result::Result< void, E >
- ~ -