Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
Connex< FUN > Struct Template Reference

#include "lib/parse.hpp"

Description

template<class FUN>
struct util::parse::Connex< FUN >

Building block: parser function definition and connection element.

Definition at line 201 of file parse.hpp.

Public Types

using PFun = FUN
 
using Result = _Fun< PFun >::Ret::Result
 

Public Attributes

PFun parse
 

Public Member Functions

 Connex (FUN pFun)
 

Constructor & Destructor Documentation

◆ Connex()

template<class FUN >
Connex ( FUN  pFun)
inline

Definition at line 208 of file parse.hpp.

Member Typedef Documentation

◆ PFun

template<class FUN >
using PFun = FUN

Definition at line 203 of file parse.hpp.

◆ Result

template<class FUN >
using Result = _Fun<PFun>::Ret::Result

Definition at line 206 of file parse.hpp.

Member Data Documentation

◆ parse

+ Collaboration diagram for Connex< FUN >:

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