Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Data Fields
ext::internal::binder< Ts > Struct Template Reference

#include <dry-comparisons.hpp>

Public Member Functions

template<typename T , typename F >
constexpr bound< T, Ts... > bind (const F &f) const
 

Data Fields

std::tuple< Ts... > values
 

Member Function Documentation

◆ bind()

template<typename ... Ts>
template<typename T , typename F >
constexpr bound< T, Ts... > ext::internal::binder< Ts >::bind ( const F &  f) const
inlineconstexpr

Field Documentation

◆ values

template<typename ... Ts>
std::tuple<Ts...> ext::internal::binder< Ts >::values

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