#include <Compare.h>
This concept checks if the given function argument (COMPARER) appears to compare 'ARG_T's and return true/false. This doesn't require that that you've annotated the comparer, so it can false-positive (like mixing up an equality comparer for an in-order comparer).