Home
last modified time | relevance | path

Searched refs:Has_OK (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A Dglobals_defs.hh509 struct Has_OK : public False { }; struct
512 struct Has_OK<T, typename Enable_If_Is<bool (T::*)() const, &T::OK>::type> struct
517 inline typename Enable_If<Has_OK<T>::value, bool>::type
H A Dppl.hh.dist4567 struct Has_OK : public False { };
4570 struct Has_OK<T, typename Enable_If_Is<bool (T::*)() const, &T::OK>::type>
4575 inline typename Enable_If<Has_OK<T>::value, bool>::type