[#std-not_equal_to-06] = xref:std.adoc[std]::not_equal_to<xref:folly/propagate_const.adoc[folly::propagate_const<Pointer>]> :relfileprefix: ../ :mrdocs: `std::not_equal_to` specialization for `folly::propagate_const`. == Synopsis Declared in `<folly/lang/PropagateConst.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Pointer> struct not_equal_to<xref:folly/propagate_const.adoc[folly::propagate_const<Pointer>]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:std/not_equal_to-06/operator_call.adoc[`operator()`] | Compare two wrapped pointers using `std::not_equal_to`. |=== == Using Declarations [cols="1"] |=== | Name | xref:std/not_equal_to-06/_10using.adoc[`Unnamed using`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#