ews-cpp
0.9
|
Negates the boolean value of the search expression it contains. More...
#include <ews.hpp>
Public Member Functions | |
not_ (const search_expression &expr) | |
Public Member Functions inherited from ews::search_expression | |
std::string | to_xml () const |
Additional Inherited Members | |
Protected Member Functions inherited from ews::search_expression | |
search_expression (std::function< std::string()> &&func) | |
search_expression (const char *term, property_path path, bool b) | |
search_expression (const char *term, property_path path, int i) | |
search_expression (const char *term, property_path path, const char *str) | |
search_expression (const char *term, indexed_property_path path, const char *str) | |
search_expression (const char *term, property_path path, date_time when) | |
Negates the boolean value of the search expression it contains.