proxygen
folly::dynamic::CompareOp< T > Struct Template Reference

#include <dynamic-inl.h>

Static Public Member Functions

static bool comp (T const &a, T const &b)
 

Detailed Description

template<class T>
struct folly::dynamic::CompareOp< T >

Definition at line 581 of file dynamic-inl.h.

Member Function Documentation

template<class T >
static bool folly::dynamic::CompareOp< T >::comp ( T const &  a,
T const &  b 
)
inlinestatic

Definition at line 582 of file dynamic-inl.h.

References b.

582  {
583  return a < b;
584  }
char b
char a

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