vswprintf_detector Struct Reference

#include <stlsoft/util/std/stdio_overload_detectors.hpp>

List of all members.


Detailed Description

Traits class that determines whether the C standard function vswprintf() takes 3 or 4 parameters.

Public Types

enum  { has_3_param = (sizeof(one_t) == sizeof(vswprintf_detector_base::has_3_param_vswprintf(::vswprintf))) }
enum  { has_4_param = (sizeof(three_t) == sizeof(vswprintf_detector_base::has_4_param_vswprintf(::vswprintf))) }

Member Enumeration Documentation

anonymous enum

Enumerator:
has_3_param  Indicates whether vswprintf() takes 3 parameters.

anonymous enum

Enumerator:
has_4_param  Indicates whether vswprintf() takes 4 parameters.


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

Generated on Thu Jun 10 08:59:03 2010 for STLSoft by  doxygen 1.5.6