#include <ciso646>#include <type_traits>#include <utility>

Go to the source code of this file.
Namespaces | |
| iroha | |
Functions | |
| template<typename T , typename Transform > | |
| auto | iroha::operator| (T &&t, Transform &&f) -> std::enable_if_t< not std::is_same< decltype(std::forward< Transform >(f)(*std::forward< T >(t))), void >::value, decltype(std::forward< Transform >(f)(*std::forward< T >(t)))> |