SoPlex Documentation
Loading...
Searching...
No Matches

#include <core.h>

Classes

struct  node
 
struct  typed_node
 

Public Member Functions

template<typename T , typename Arg >
const T & push (const Arg &arg)
 

Private Attributes

std::unique_ptr< node<> > head_
 

Detailed Description

Definition at line 1456 of file core.h.

Member Function Documentation

◆ push()

template<typename T , typename Arg >
const T & push ( const Arg & arg)

Member Data Documentation

◆ head_

std::unique_ptr<node<> > head_
private

Definition at line 1476 of file core.h.

Referenced by dynamic_arg_list::push().