#include <inetstl/filesystem/functionals.hpp>
| C | The character type | |
| A | The argument type; defaults to C const* | 
Public Types | |
| typedef C | char_type | 
| The character type.   | |
| typedef filesystem_traits< C > | traits_type | 
| The traits type.   | |
| typedef path_exists< C > | class_type | 
| The current parameterisation of the type.   | |
Public Member Functions | |
| path_exists (HINTERNET hConnection) | |
| template<typename S> | |
| bool | operator() (S const &s) const | 
| typedef C char_type | 
The character type.
| typedef filesystem_traits<C> traits_type | 
The traits type.
| typedef path_exists<C> class_type | 
The current parameterisation of the type.
 1.5.6