MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::Elem< R, F > Struct Template Reference

#include <mim/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 mim::Elem< R, F >

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

Definition at line 81 of file print.h.

Constructor & Destructor Documentation

◆ Elem()

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

Definition at line 82 of file print.h.

Member Data Documentation

◆ f

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

Definition at line 87 of file print.h.

◆ range

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

Definition at line 86 of file print.h.


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