template struct ugcs::vsm::callback_internal::Callback_args_checker<Callback, 0>

Overview

No arguments to check case. More…

#include <callback.h>

template <class Callback>
struct Callback_args_checker<Callback, 0>
{
    // fields

    static constexpr static bool value = true;
};

Detailed Documentation

No arguments to check case.

Fields

static constexpr static bool value = true

Always passes the check.