Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
tuplet::convert< Tuple > Struct Template Reference

#include <tuplet.hpp>

Public Types

using base_list = typename std::decay_t< Tuple >::base_list
 

Public Member Functions

template<class U >
constexpr operator U () &&
 

Public Attributes

Tuple tuple
 

Detailed Description

template<class Tuple>
struct tuplet::convert< Tuple >

Definition at line 997 of file tuplet.hpp.

Member Typedef Documentation

◆ base_list

template<class Tuple >
using tuplet::convert< Tuple >::base_list = typename std::decay_t<Tuple>::base_list

Definition at line 998 of file tuplet.hpp.

Member Function Documentation

◆ operator U()

template<class Tuple >
template<class U >
constexpr tuplet::convert< Tuple >::operator U ( ) &&
inlineconstexpr

Definition at line 1000 of file tuplet.hpp.

Member Data Documentation

◆ tuple

template<class Tuple >
Tuple tuplet::convert< Tuple >::tuple

Definition at line 999 of file tuplet.hpp.


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