![]() |
![]() |
Public Types | |
typedef lambda<T_type> | self |
Public Member Functions | |
lambda () | |
lambda (typename type_trait<T_type>::take v) | |
template <class T_arg> lambda< lambda_operator<other< subscript >, self, T_arg > > | operator[] (const lambda<T_arg>& a) const |
template <class T_arg> lambda< lambda_operator<other< subscript >, self, T_arg > > | operator[] (const T_arg& a) const |
template <class T_arg> lambda< lambda_operator<other< assign >, self, T_arg > > | operator= (const lambda<T_arg>& a) const |
template <class T_arg> lambda< lambda_operator<other< assign >, self, T_arg > > | operator= (const T_arg& a) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|