proxygen
folly::dynamic::CompareOp< std::nullptr_t > Struct Template Reference

#include <dynamic-inl.h>

Static Public Member Functions

static bool comp (std::nullptr_t const &, std::nullptr_t const &)
 

Detailed Description

template<>
struct folly::dynamic::CompareOp< std::nullptr_t >

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

Member Function Documentation

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

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

595  {
596  return true;
597  }

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