μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | List of all members
strip_function_object< F > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>

Public Types

using type = typename remove_class< decltype(&F::operator())>::type
 
using type = typename remove_class< decltype(&F::operator())>::type
 

Detailed Description

template<typename F>
struct strip_function_object< F >

Definition at line 915 of file common.h.

Member Typedef Documentation

◆ type [1/2]

template<typename F >
using strip_function_object< F >::type = typename remove_class<decltype(&F::operator())>::type

Definition at line 920 of file common.h.

◆ type [2/2]

template<typename F >
using strip_function_object< F >::type = typename remove_class<decltype(&F::operator())>::type

Definition at line 941 of file common.h.


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