Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::Elem< R, F > Struct Template Reference

Use with print to output complicated std::ranges::ranges. More...

#include <thorin/util/print.h>

Public Member Functions

 Elem (const R &range, const F &f)
 

Public Attributes

const R range
 
const F f
 

Detailed Description

template<class R, class F>
struct thorin::Elem< R, F >

Use with print to output complicated std::ranges::ranges.

Definition at line 82 of file print.h.

Constructor & Destructor Documentation

◆ Elem()

template<class R , class F >
thorin::Elem< R, F >::Elem ( const R &  range,
const F &  f 
)
inline

Definition at line 83 of file print.h.

Member Data Documentation

◆ f

template<class R , class F >
const F thorin::Elem< R, F >::f

Definition at line 88 of file print.h.

◆ range

template<class R , class F >
const R thorin::Elem< R, F >::range

Definition at line 87 of file print.h.


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