RejectNullStatic< P > Struct Template Reference
#include <smart_ptr.h>
List of all members.
Detailed Description
template<class P>
struct RejectNullStatic< P >
Definition at line 333 of file smart_ptr.h.
Constructor & Destructor Documentation
template<class P >
template<class P1 >
template<class P >
template<class P1 >
template<class P >
template<class P1 >
template<class P >
template<class P1 >
Member Function Documentation
Definition at line 354 of file smart_ptr.h.
00355 {
00356
00357 static const bool DependedFalse = sizeof(P*) == 0;
00358
00359 STATIC_CHECK(DependedFalse, ERROR_This_Policy_Does_Not_Allow_Default_Initialization);
00360 }
template<class P >
| static void RejectNullStatic< P >::OnDereference |
( |
const P & |
val |
) |
[inline, static] |
The documentation for this struct was generated from the following file: