ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::AndEx< AutoLock, C1, C2, Cs > Struct Template Reference

Placeholder for And. More...

#include <And.hpp>

Public Types

using Modifier = query::modifier::AndImpl< AutoLock, queryable_type_t< C1 >, queryable_type_t< C2 >, queryable_type_t< Cs >... >
 

Detailed Description

template<bool AutoLock, typename C1, typename C2, typename... Cs>
struct ecstasy::AndEx< AutoLock, C1, C2, Cs >

Placeholder for And.

This extended version allows to specify the AutoLock param.

Template Parameters
AutoLockWhether the queryables should be locked automatically.
C1left operand type.
C2right operand type.
Csadditional operand types.
Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2024-04-07)

Definition at line 49 of file And.hpp.

Member Typedef Documentation

◆ Modifier

template<bool AutoLock, typename C1 , typename C2 , typename... Cs>
using ecstasy::AndEx< AutoLock, C1, C2, Cs >::Modifier = query::modifier::AndImpl<AutoLock, queryable_type_t<C1>, queryable_type_t<C2>, queryable_type_t<Cs>...>

Definition at line 50 of file And.hpp.


The documentation for this struct was generated from the following file: