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

#include <dynamic-inl.h>

Static Public Member Functions

static bool comp (ObjectImpl const &, ObjectImpl const &)
 

Detailed Description

template<>
struct folly::dynamic::CompareOp< dynamic::ObjectImpl >

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

Member Function Documentation

static bool folly::dynamic::CompareOp< dynamic::ObjectImpl >::comp ( ObjectImpl const &  ,
ObjectImpl const &   
)
inlinestatic

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

588  {
589  // This code never executes; it is just here for the compiler.
590  return false;
591  }

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