gem5 v24.1.0.1
Loading...
Searching...
No Matches
Public Types | List of all members
gem5::MemberFunctionSignature< R(C::*)(A...) const volatile > Struct Template Reference

#include <type_traits.hh>

Public Types

using class_t = std::add_cv_t< C >
 
using return_t = R
 
using argsTuple_t = std::tuple< A... >
 

Detailed Description

template<typename C, typename R, class... A>
struct gem5::MemberFunctionSignature< R(C::*)(A...) const volatile >

Definition at line 77 of file type_traits.hh.

Member Typedef Documentation

◆ argsTuple_t

template<typename C , typename R , class... A>
using gem5::MemberFunctionSignature< R(C::*)(A...) const volatile >::argsTuple_t = std::tuple<A...>

Definition at line 81 of file type_traits.hh.

◆ class_t

template<typename C , typename R , class... A>
using gem5::MemberFunctionSignature< R(C::*)(A...) const volatile >::class_t = std::add_cv_t<C>

Definition at line 79 of file type_traits.hh.

◆ return_t

template<typename C , typename R , class... A>
using gem5::MemberFunctionSignature< R(C::*)(A...) const volatile >::return_t = R

Definition at line 80 of file type_traits.hh.


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

Generated on Mon Jan 13 2025 04:28:54 for gem5 by doxygen 1.9.8