#include <di/container/algorithm/in_found_result.h>
Public Member Functions | |
| template<typename I> requires (concepts::ConvertibleTo<It const&, I>) | |
| constexpr | operator InFoundResult< I > () const & |
| template<typename I> requires (concepts::ConvertibleTo<It, I>) | |
| constexpr | operator InFoundResult< I > () && |
Public Attributes | |
| It | in |
| bool | found |
|
inlineconstexpr |
|
inlineconstexpr |
| bool di::container::InFoundResult< It >::found |
| It di::container::InFoundResult< It >::in |