|
tetl 0.1.0
Embedded Template Library
|
#include <ranges_in_fun_result.hpp>
Public Member Functions | |
| template<typename I2 , typename F2 > requires etl::convertible_to<I, I2> | |
| and etl::convertible_to< F, F2 > constexpr | operator in_fun_result< I2, F2 > () && |
| template<typename I2 , typename F2 > requires etl::convertible_to<I const&, I2> | |
| and etl::convertible_to< F const &, F2 > constexpr | operator in_fun_result< I2, F2 > () const & |
Public Attributes | |
| TETL_NO_UNIQUE_ADDRESS F | fun |
| TETL_NO_UNIQUE_ADDRESS I | in |
|
inlineconstexpr |
|
inlineconstexpr |