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

#include <tuplet.hpp>

Inheritance diagram for tuplet::type_map< Bases >:

Public Types

using base_list = type_list< Bases... >
 

Public Member Functions

TUPLET_INLINE constexpr auto operator== (type_map const &other) const
 
TUPLET_INLINE constexpr auto operator!= (type_map const &other) const
 
TUPLET_INLINE constexpr auto operator< (type_map const &other) const
 
TUPLET_INLINE constexpr auto operator<= (type_map const &other) const
 
TUPLET_INLINE constexpr auto operator> (type_map const &other) const
 
TUPLET_INLINE constexpr auto operator>= (type_map const &other) const
 

Detailed Description

template<class... Bases>
struct tuplet::type_map< Bases >

Definition at line 459 of file tuplet.hpp.

Member Typedef Documentation

◆ base_list

template<class... Bases>
using tuplet::type_map< Bases >::base_list = type_list<Bases...>

Definition at line 460 of file tuplet.hpp.

Member Function Documentation

◆ operator!=()

template<class... Bases>
TUPLET_INLINE constexpr auto tuplet::type_map< Bases >::operator!= ( type_map< Bases > const other) const
inlineconstexpr

Definition at line 472 of file tuplet.hpp.

◆ operator<()

template<class... Bases>
TUPLET_INLINE constexpr auto tuplet::type_map< Bases >::operator< ( type_map< Bases > const other) const
inlineconstexpr

Definition at line 473 of file tuplet.hpp.

◆ operator<=()

template<class... Bases>
TUPLET_INLINE constexpr auto tuplet::type_map< Bases >::operator<= ( type_map< Bases > const other) const
inlineconstexpr

Definition at line 477 of file tuplet.hpp.

◆ operator==()

template<class... Bases>
TUPLET_INLINE constexpr auto tuplet::type_map< Bases >::operator== ( type_map< Bases > const other) const
inlineconstexpr

Definition at line 468 of file tuplet.hpp.

◆ operator>()

template<class... Bases>
TUPLET_INLINE constexpr auto tuplet::type_map< Bases >::operator> ( type_map< Bases > const other) const
inlineconstexpr

Definition at line 481 of file tuplet.hpp.

◆ operator>=()

template<class... Bases>
TUPLET_INLINE constexpr auto tuplet::type_map< Bases >::operator>= ( type_map< Bases > const other) const
inlineconstexpr

Definition at line 485 of file tuplet.hpp.


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