aurelia::constant< T > Struct Template Reference

Collaboration diagram for aurelia::constant< T >:

List of all members.

Public Member Functions

 constant (const constant &v)
 constant (constant &&v)
 constant (const T &v)
 constant (T &&v)
template<typename U , typename = typename std::enable_if<std::is_convertible<U, T>::value>::type>
 constant (const U &v)
template<typename U , typename = typename std::enable_if<std::is_convertible<U, T>::value>::type>
 constant (U &&v)
const T & operator* () const
const T & operator= (const T &c) const

template<typename T>
struct aurelia::constant< T >


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