If the supplied number of args is neither too small nor too high

Synopsis

Declared in <rpc/util.h>

bool
IsValidNumArgs(size_t num_args) const;

Return Value

True if the count is valid for this method.

Parameters

Name

Description

num_args

The number of arguments supplied.

Created with MrDocs