Definition at line 34 of file popen.cpp.
◆ type
typedef FILE* anonymous_namespace{popen.cpp}::stream_traits::type |
◆ close()
static bool anonymous_namespace{popen.cpp}::stream_traits::close |
( |
_In_ type |
h | ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
Definition at line 38 of file popen.cpp.
39 {
41 return true;
42 }
GLfloat GLfloat GLfloat GLfloat h
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
◆ get_invalid_value()
static type anonymous_namespace{popen.cpp}::stream_traits::get_invalid_value |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
Definition at line 44 of file popen.cpp.
45 {
46 return nullptr;
47 }
The documentation for this struct was generated from the following file: