template class axl::sl::Cmp

#include <axl_sl_Cmp.h>

template <
    typename T,
    typename Arg = typename ArgType<T>::Type
    >
class Cmp
{
public:
    // methods

    int
    operator()(
        Arg a,
        Arg b
        ) const;
};