aurelia::list_cons< T, Tail > Struct Template Reference

Collaboration diagram for aurelia::list_cons< T, Tail >:

List of all members.

Public Member Functions

 list_cons (T &&h, const Tail &t)
 list_cons (T &&h, Tail &&t)
 list_cons (const T &h, Tail &&t)
 list_cons (const T &h, const Tail &t)
 list_cons (const list_cons &other)
 list_cons (list_cons &&other)
const T & head () const
const Tail & tail () const

template<typename T, typename Tail>
struct aurelia::list_cons< T, Tail >


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