VSM C++ SDK
Vehicle Specific Modules SDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ugcs::vsm::Exception::Va_list_overload Struct Reference

Dummy structure to explicitly indicate the constructor overload for va_list type argument. More...

#include <exception.h>

Public Attributes

char dummy
 

Detailed Description

Dummy structure to explicitly indicate the constructor overload for va_list type argument.

This is to workaround the problem in Windows, where va_list has 'char*' type and automatic overload resolution is confused between real va_list argument and constant string literal.


The documentation for this struct was generated from the following file: