carl  24.04
Computer ARithmetic Library
carl::tuple_convert< Converter, Information, Out > Class Template Reference

#include <tuple_util.h>

Public Member Functions

 tuple_convert (const Information &i)
 
template<typename In >
std::tuple< Out > operator() (const std::tuple< In > &in)
 

Private Attributes

Information mInfo
 

Detailed Description

template<typename Converter, typename Information, typename Out>
class carl::tuple_convert< Converter, Information, Out >

Definition at line 64 of file tuple_util.h.

Constructor & Destructor Documentation

◆ tuple_convert()

template<typename Converter , typename Information , typename Out >
carl::tuple_convert< Converter, Information, Out >::tuple_convert ( const Information &  i)
inlineexplicit

Definition at line 68 of file tuple_util.h.

Member Function Documentation

◆ operator()()

template<typename Converter , typename Information , typename Out >
template<typename In >
std::tuple<Out> carl::tuple_convert< Converter, Information, Out >::operator() ( const std::tuple< In > &  in)
inline

Definition at line 70 of file tuple_util.h.

Field Documentation

◆ mInfo

template<typename Converter , typename Information , typename Out >
Information carl::tuple_convert< Converter, Information, Out >::mInfo
private

Definition at line 66 of file tuple_util.h.


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