![]() |
VSM C++ SDK
Vehicle Specific Modules SDK
|
Tail recursion case. More...
#include <callback.h>
Public Types | |
using | Cbk_arg = typename Callback::template Arg_type< idx > |
Corresponding real argument type in the callback. More... | |
Static Public Attributes | |
static constexpr bool | value = std::is_convertible<Cbk_arg, Arg>::value |
Indicates whether the check passed or failed. More... | |
Tail recursion case.
using ugcs::vsm::callback_internal::Callback_args_checker< Callback, idx, Arg >::Cbk_arg = typename Callback::template Arg_type<idx> |
Corresponding real argument type in the callback.
|
static |
Indicates whether the check passed or failed.