Searched defs:is_const_ (Results 1 – 1 of 1) sorted by relevance
228 inline boost::is_const<T> *is_const_(T &) { return 0; } in is_const_() function232 inline boost::mpl::true_ *is_const_(T const &) { return 0; } in is_const_() function