proxygen
folly::gen::IsCompatibleSignature< Candidate, Expected > Class Template Reference

#include <Core-inl.h>

Static Private Attributes

static constexpr bool value = false
 

Detailed Description

template<class Candidate, class Expected>
class folly::gen::IsCompatibleSignature< Candidate, Expected >

IsCompatibleSignature - Trait type for testing whether a given Functor matches an expected signature.

Usage: IsCompatibleSignature<FunctorType, bool(int, float)>::value

Definition at line 41 of file Core-inl.h.

Member Data Documentation

template<class Candidate , class Expected >
constexpr bool folly::gen::IsCompatibleSignature< Candidate, Expected >::value = false
staticprivate

Definition at line 42 of file Core-inl.h.


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