#include <winstl/functional/window.hpp>
| Public Types | |
| typedef parent_class_type::argument_type | argument_type | 
| The argument type. | |
| typedef parent_class_type::result_type | result_type | 
| The result type. | |
| Public Member Functions | |
| result_type | operator() (HWND hwnd) const | 
| Function call operator which evaluates whether the given window is enabled. | |
| template<typename W> | |
| result_type | operator() (W const &w) const | 
| Function call operator which evaluates whether the given window is enabled. | |
| typedef parent_class_type::argument_type argument_type | 
The argument type.
| typedef parent_class_type::result_type result_type | 
The result type.
| result_type operator() | ( | HWND | hwnd | ) | const  [inline] | 
Function call operator which evaluates whether the given window is enabled.
| result_type operator() | ( | W const & | w | ) | const  [inline] | 
Function call operator which evaluates whether the given window is enabled.
References winstl::get_HWND(), and winstl_ns_qual.
 1.5.6
 1.5.6