OpenRTM  1.0.0
List of all members
CORBA_Util::has_nil< T > Struct Template Reference

has nil traits class template More...

#include <Typename.h>

Inheritance diagram for CORBA_Util::has_nil< T >:
CORBA_Util::has_nil_impl< T >

Additional Inherited Members

- Static Public Attributes inherited from CORBA_Util::has_nil_impl< T >
static const bool value

Detailed Description

template<class T>
struct CORBA_Util::has_nil< T >

has nil traits class template

T has _nil() static function -> value = true T has no _nil() static function -> value = false