cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::internal::ReturnArgAction< k > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

template<typename... Args, typename = typename std::enable_if<(k < sizeof...(Args))>::type>
auto operator() (Args &&... args) const -> decltype(std::get< k >(std::forward_as_tuple(std::forward< Args >(args)...)))
 

Member Function Documentation

◆ operator()()

template<size_t k>
template<typename... Args, typename = typename std::enable_if<(k < sizeof...(Args))>::type>
auto testing::internal::ReturnArgAction< k >::operator() ( Args &&... args) const -> decltype(std::get<k>( std::forward_as_tuple(std::forward<Args>(args)...)))
inline

The documentation for this struct was generated from the following file: