diff options
Diffstat (limited to 'cpp/include/Ice/Functional.h')
-rw-r--r-- | cpp/include/Ice/Functional.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Ice/Functional.h b/cpp/include/Ice/Functional.h index a132c57033b..802c2236c9a 100644 --- a/cpp/include/Ice/Functional.h +++ b/cpp/include/Ice/Functional.h @@ -21,6 +21,7 @@ namespace Ice { +/// \cond INTERNAL template<class R, class T> inline ::IceUtilInternal::MemFun<R, T, ICE_INTERNAL_HANDLE<T> > memFun(R (T::*p)(void)) @@ -132,6 +133,7 @@ secondConstVoidMemFun1(void (T::*p)(A) const) { return ::IceUtilInternal::SecondConstVoidMemFun1<K, T, ICE_INTERNAL_HANDLE<T>, A>(p); } +/// \endcond } |