Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
core::stringApi< ext::variant< Types ... > > Struct Template Reference

#include <ObjectsVariant.h>

Static Public Member Functions

static ext::variant< Types ... > parse (ext::istream &input)
 
static bool first (ext::istream &input)
 
static void compose (ext::ostream &output, const ext::variant< Types ... > &container)
 

Member Function Documentation

◆ compose()

template<class ... Types>
static void core::stringApi< ext::variant< Types ... > >::compose ( ext::ostream output,
const ext::variant< Types ... > &  container 
)
static

◆ first()

template<class ... Types>
static bool core::stringApi< ext::variant< Types ... > >::first ( ext::istream input)
static

◆ parse()

template<class ... Types>
static ext::variant< Types ... > core::stringApi< ext::variant< Types ... > >::parse ( ext::istream input)
static

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