#include <DynamicParser-inl.h>
|
| template<typename Fn > |
| static constexpr Kind | getKind () |
| |
|
| template<typename Fn > |
| using | IsMemFn = typename boost::function_types::template is_member_pointer< decltype(&Fn::operator())> |
| |
Definition at line 41 of file DynamicParser-inl.h.
| Enumerator |
|---|
| Function |
|
| MemberFunction |
|
Definition at line 43 of file DynamicParser-inl.h.
A polymorphic function wrapper that is not copyable and does not require the wrapped function to be c...
template<typename Fn >
| static constexpr Kind folly::detail::IdentifyCallable::getKind |
( |
| ) |
|
|
inlinestatic |
template<typename >
| static constexpr Kind folly::detail::IdentifyCallable::test |
( |
|
... | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: