Definition at line 50 of file popen.cpp.
◆ type
◆ close()
static bool anonymous_namespace{popen.cpp}::process_handle_pair_traits::close |
( |
_In_ type |
h | ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
Definition at line 54 of file popen.cpp.
55 {
56 h->process_handle = 0;
58 return true;
59 }
GLfloat GLfloat GLfloat GLfloat h
◆ get_invalid_value()
static type anonymous_namespace{popen.cpp}::process_handle_pair_traits::get_invalid_value |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
Definition at line 61 of file popen.cpp.
62 {
63 return nullptr;
64 }
The documentation for this struct was generated from the following file: