ReactOS 0.4.15-dev-7788-g1ad9096
GroupPos Struct Reference

Public Member Functions

bool operator() (char __c) const
 

Detailed Description

Definition at line 701 of file num_put_float.cpp.

Member Function Documentation

◆ operator()()

bool GroupPos::operator() ( char  __c) const
inline

Definition at line 702 of file num_put_float.cpp.

702 {
703 return __c == '.' ||
704 __c == 'e' || __c == 'E';
705 }
#define __c
Definition: schilyio.h:209

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