Searched defs:expression_storage (Results 1 – 1 of 1) sorted by relevance
381 struct expression_storage : public expression_storage_base<T, boost::is_arithmetic<T>::value> {}; struct384 struct expression_storage<T*> struct386 typedef T* type;390 struct expression_storage<const T*> struct392 typedef const T* type;396 struct expression_storage<expression<tag, A1, A2, A3, A4> > struct398 typedef expression<tag, A1, A2, A3, A4> type;