template<typename T>
template<typename U, typename V, typename W1, typename W2, typename W3, typename W4, typename W5, typename W6>
struct ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >
Pointer to const member function.
- Template Parameters
-
U | [deduced] Return type. |
V | [deduced] Class type. |
W1 | [deduced] Argument type. |
W2 | [deduced] Argument type. |
W3 | [deduced] Argument type. |
W4 | [deduced] Argument type. |
W5 | [deduced] Argument type. |
W6 | [deduced] Argument type. |
Definition at line 831 of file type-traits.h.
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef W1 ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::Arg1Type |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef W2 ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::Arg2Type |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef W3 ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::Arg3Type |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef W4 ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::Arg4Type |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef W5 ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::Arg5Type |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef W6 ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::Arg6Type |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
typedef U ns3::TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >::ReturnType |
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
Value.
Enumerator |
---|
IsPointerToMember | Pointer to member function.
|
Definition at line 834 of file type-traits.h.
template<typename T >
template<typename U , typename V , typename W1 , typename W2 , typename W3 , typename W4 , typename W5 , typename W6 >
Value.
Enumerator |
---|
nArgs | Number of arguments.
|
Definition at line 839 of file type-traits.h.