souffle  2.0.2-371-g6315b36
Public Member Functions
json11::NullStruct Struct Reference

#include <json11.h>

Collaboration diagram for json11::NullStruct:
Collaboration graph

Public Member Functions

bool operator< (NullStruct) const
 
bool operator== (NullStruct) const
 

Detailed Description

Definition at line 272 of file json11.h.

Member Function Documentation

◆ operator<()

bool json11::NullStruct::operator< ( NullStruct  ) const
inline

Definition at line 276 of file json11.h.

276  {
277  return false;
278  }

◆ operator==()

bool json11::NullStruct::operator== ( NullStruct  ) const
inline

Definition at line 273 of file json11.h.

273  {
274  return true;
275  }

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