Home
last modified time | relevance | path

Searched defs:element_or_null (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/lambda/detail/
Dlambda_functor_base.hpp257 template<int N, class Tuple> struct element_or_null { struct
258 typedef typename boost::tuples::element<N, Tuple>::type type;
261 template<int N> struct element_or_null<N, null_type> { struct
262 typedef null_type type;