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

Create function-wrapper objects amenable for opeartor<<. More...

#include <mim/util/print.h>

Public Attributes

f

Friends

std::ostream & operator<< (std::ostream &os, const StreamFn &s)

Detailed Description

template<class F>
struct mim::StreamFn< F >

Create function-wrapper objects amenable for opeartor<<.

Definition at line 103 of file print.h.

◆ operator<<

template<class F>
std::ostream & operator<< ( std::ostream & os,
const StreamFn< F > & s )
friend

Definition at line 105 of file print.h.

Member Data Documentation

◆ f

template<class F>
F mim::StreamFn< F >::f

Definition at line 104 of file print.h.


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