tuplify.hpp
Go to the documentation of this file.
Function that forwards its argument if only one element passed, otherwise it makes a tuple...
Definition: tuplify.hpp:39
#define ABL_DECLTYPE_RETURN(body_expr)
Utility for defining generic functions with a deduced return type, that are composed of a single expr...
Definition: utils.hpp:109
auto in(InT &&object) -> estd::enable_if_t< (In_value< InT >()), detail::input_impl< detail::signal_type_t< InT > > >
Creates an in from another in value.
Definition: in.hpp:103