|
|
template<typename I2 , typename O2 , std::enable_if_t< stdex::convertible_to< const I &, I2 > and stdex::convertible_to< const O &, O2 >, int > = 0> |
| constexpr | operator in_out_result< I2, O2 > () const & |
| |
|
template<class I2 , class O2 , std::enable_if_t< stdex::convertible_to< I, I2 > and stdex::convertible_to< O, O2 >, int > = 0> |
| constexpr | operator in_out_result< I2, O2 > () && |
| |
The documentation for this struct was generated from the following file: