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

Placeholder for Xor. More...

#include <Xor.hpp>

Public Types

using Modifier = query::modifier::XorImpl< thread::AUTO_LOCK_DEFAULT, queryable_type_t< C1 >, queryable_type_t< C2 >, queryable_type_t< Cs >... >
 

Detailed Description

template<typename C1, typename C2, typename... Cs>
struct ecstasy::Xor< C1, C2, Cs >

Placeholder for Xor.

Template Parameters
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 (2022-10-24)

Definition at line 31 of file Xor.hpp.

Member Typedef Documentation

◆ Modifier

template<typename C1 , typename C2 , typename... Cs>
using ecstasy::Xor< C1, C2, Cs >::Modifier = query::modifier::XorImpl<thread::AUTO_LOCK_DEFAULT, queryable_type_t<C1>, queryable_type_t<C2>, queryable_type_t<Cs>...>

Definition at line 32 of file Xor.hpp.


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