template class axl::sl::Not

#include <axl_sl_Operator.h>

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

    T
    operator()(Arg a) const;
};