CBMC
sharing_mapt< keyT, valueT, fail_if_equal, hashT, equalT >::falset Struct Reference

#include <sharing_map.h>

Public Member Functions

bool operator() (const mapped_type &lhs, const mapped_type &rhs)
 

Detailed Description

template<typename keyT, typename valueT, bool fail_if_equal = false, typename hashT = std::hash<keyT>, typename equalT = std::equal_to<keyT>>
struct sharing_mapt< keyT, valueT, fail_if_equal, hashT, equalT >::falset

Definition at line 212 of file sharing_map.h.

Member Function Documentation

◆ operator()()

template<typename keyT , typename valueT , bool fail_if_equal = false, typename hashT = std::hash<keyT>, typename equalT = std::equal_to<keyT>>
bool sharing_mapt< keyT, valueT, fail_if_equal, hashT, equalT >::falset::operator() ( const mapped_type lhs,
const mapped_type rhs 
)
inline

Definition at line 214 of file sharing_map.h.


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