Barretenberg
The ZK-SNARK library at the core of Aztec
|
Namespaces | |
namespace | detail |
Typedefs | |
template<class A , class B > | |
using | other_than = std::enable_if_t<!std::is_same_v< std::decay_t< A >, std::decay_t< B > > > |
Implement assignment but preserve default assignment. | |
using tuplet::sfinae::other_than = typedef std::enable_if_t<!std::is_same_v<std::decay_t<A>, std::decay_t<B> >> |
Implement assignment but preserve default assignment.
Definition at line 210 of file tuplet.hpp.