ECSTASY
All in the name
Loading...
Searching...
No Matches
And.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_REGISTRY_MODIFIERS_AND_HPP_
13#define ECSTASY_REGISTRY_MODIFIERS_AND_HPP_
14
15#include "ecstasy/config.hpp"
17
18namespace ecstasy
19{
30 template <typename C1, typename C2, typename... Cs>
31 struct And {
34 };
35
48 template <bool AutoLock, typename C1, typename C2, typename... Cs>
49 struct AndEx {
50 using Modifier =
52 };
53} // namespace ecstasy
54
55#endif /* !ECSTASY_REGISTRY_MODIFIERS_AND_HPP_ */
Binary query modifier which performs a and between at least two queryables.
Definition And.hpp:35
Namespace containing all symbols specific to ecstasy.
Definition ecstasy.hpp:30
typename queryable_type< C >::type queryable_type_t
Helper to queryable_type<C>::type.
Binary query modifier which performs a and between at least two queryables.
Placeholder for And.
Definition And.hpp:49
Placeholder for And.
Definition And.hpp:31