ECSTASY
All in the name
Loading...
Searching...
No Matches
Not.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_REGISTRY_MODIFIERS_NOT_HPP_
13#define ECSTASY_REGISTRY_MODIFIERS_NOT_HPP_
14
15#include "ecstasy/config.hpp"
17
18namespace ecstasy
19{
29 template <typename C, bool AutoLock = thread::AUTO_LOCK_DEFAULT>
30 struct Not {
32 };
33} // namespace ecstasy
34
35#endif /* !ECSTASY_REGISTRY_MODIFIERS_NOT_HPP_ */
Query modifier which simply inverts the bits.
Definition Not.hpp:35
Namespace containing all symbols specific to ecstasy.
Definition ecstasy.hpp:30
Unary query modifier which performs a not operation on a queryable.
Placeholder for Not.
Definition Not.hpp:30