Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
tuplet::sfinae Namespace Reference

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.
 

Typedef Documentation

◆ other_than

Implement assignment but preserve default assignment.

Definition at line 210 of file tuplet.hpp.