libqi-api  release-2.5.3-2016-11-18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
qi::type::detail::RemoveCvImpl< Ret(C::*)(Arg...) const volatile > Struct Template Reference

#include <traits.hpp>

Public Types

using type = Ret(C::*)(Arg...)
 

Detailed Description

template<typename Ret, typename C, typename... Arg>
struct qi::type::detail::RemoveCvImpl< Ret(C::*)(Arg...) const volatile >

Definition at line 43 of file traits.hpp.

Member Typedef Documentation

template<typename Ret , typename C , typename... Arg>
using qi::type::detail::RemoveCvImpl< Ret(C::*)(Arg...) const volatile >::type = Ret (C::*)(Arg...)

Definition at line 45 of file traits.hpp.


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