Scarab  v2.9.1
Project 8 C++ Utility Library
Public Types | List of all members
strip_function_object< F > Struct Template Reference

#include <common.h>

Public Types

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

Detailed Description

template<typename F>
struct pybind11::detail::strip_function_object< F >

Definition at line 621 of file detail/common.h.

Member Typedef Documentation

◆ type

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

Definition at line 622 of file detail/common.h.


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