proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Public Types
|
List of all members
folly::detail::ComparableAsStringPiece< A, B > Struct Template Reference
#include <
Range.h
>
Public Types
enum
{
value
}
Detailed Description
template<class A, class B>
struct folly::detail::ComparableAsStringPiece< A, B >
Definition at line
1223
of file
Range.h
.
Member Enumeration Documentation
template<class A , class B >
anonymous enum
Enumerator
value
Definition at line
1224
of file
Range.h
.
1224
{
1225
value
= (
std::is_convertible<A, StringPiece>::value
&&
1226
std::is_same<B, StringPiece>::value
) ||
1227
(
std::is_convertible<B, StringPiece>::value
&&
1228
std::is_same<A, StringPiece>::value
)
1229
};
folly::detail::ComparableAsStringPiece::value
Definition:
Range.h:1225
value
static const char *const value
Definition:
Conv.cpp:50
The documentation for this struct was generated from the following file:
proxygen/folly/folly/
Range.h
folly
detail
ComparableAsStringPiece
Generated by
1.8.11