25#ifndef GOBY_MIDDLEWARE_TRANSPORT_DETAIL_TYPE_HELPERS_H
26#define GOBY_MIDDLEWARE_TRANSPORT_DETAIL_TYPE_HELPERS_H
34template <
typename Ret,
typename Arg,
typename... Rest>
37template <
typename Ret,
typename F,
typename Arg,
typename... Rest>
40template <
typename Ret,
typename F,
typename Arg,
typename... Rest>
detail namespace with internal helper functions
decltype(first_argument_helper(&F::operator())) first_argument_helper(F)
decltype(first_argument_helper(std::declval< T >())) first_argument
The global namespace for the Goby project.