std::not_equal_to specialization for folly::propagate_const.
Declared in <folly/lang/PropagateConst.h>
template<typename Pointer>
struct not_equal_to<folly::propagate_const<Pointer>>;
| Name | Description |
|---|---|
operator() | Compare two wrapped pointers using std::not_equal_to. |
| Name |
|---|
Unnamed using |