#include <winstl/filesystem/functionals.hpp>
| C | The character type | |
| A1 | The left-hand argument type; defaults to C const* | |
| A2 | The right-hand argument type; defaults to C const* |
Member Types | |
| typedef C | char_type |
| The character type. | |
| typedef parent_class_type::first_argument_type | first_argument_type |
| The first argument type. | |
| typedef parent_class_type::second_argument_type | second_argument_type |
| The second argument type. | |
| typedef parent_class_type::result_type | result_type |
| The result type. | |
| typedef path_compare< C, A1, A2 > | class_type |
| The current parameterisation of the type. | |
Public Member Functions | |
Operations | |
| template<typename T1, typename T2> | |
| result_type | operator() (T1 const &s1, T2 const &s2) const |
Function call, compares s1 with s2. | |
| typedef C char_type |
The character type.
| typedef parent_class_type::first_argument_type first_argument_type |
The first argument type.
| typedef parent_class_type::second_argument_type second_argument_type |
The second argument type.
| typedef parent_class_type::result_type result_type |
The result type.
| typedef path_compare<C, A1, A2> class_type |
The current parameterisation of the type.
| result_type operator() | ( | T1 const & | s1, | |
| T2 const & | s2 | |||
| ) | const [inline] |
Function call, compares s1 with s2.
s1 and s2 References stlsoft_ns_qual.
1.5.6