File expected.hpp
↰ Parent directory (include/rcpputils/tl_expected)
Definition (include/rcpputils/tl_expected/expected.hpp)
Includes
- exception
- functional
- type_traits
- utility
Namespaces
Classes
Functions
- Template Function tl::operator!=(const expected<T, E>&, const expected<U, F>&) 
- Template Function tl::operator!=(const expected<T, E>&, const U&) 
- Template Function tl::operator!=(const U&, const expected<T, E>&) 
- Template Function tl::operator!=(const expected<T, E>&, const unexpected<E>&) 
- Template Function tl::operator!=(const unexpected<E>&, const expected<T, E>&) 
- Template Function tl::operator!=(const unexpected<E>&, const unexpected<E>&) 
- Template Function tl::operator==(const expected<T, E>&, const expected<U, F>&) 
- Template Function tl::operator==(const expected<T, E>&, const U&) 
- Template Function tl::operator==(const U&, const expected<T, E>&) 
- Template Function tl::operator==(const expected<T, E>&, const unexpected<E>&) 
- Template Function tl::operator==(const unexpected<E>&, const expected<T, E>&) 
- Template Function tl::operator==(const unexpected<E>&, const unexpected<E>&)