struct ugcs::vsm::Exception::Va_args_overload

Overview

Dummy structure to explicitly indicate the constructor overload for variable arguments (i.e. More…

#include <exception.h>

struct Va_args_overload
{
    // fields

    char dummy;
};

Detailed Documentation

Dummy structure to explicitly indicate the constructor overload for variable arguments (i.e.

printf style).