OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TypePunning.h File Reference
+ Include dependency graph for TypePunning.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
FORCE_INLINE__attribute__ ((__may_alias__))*may_alias_ptr(T *ptr)
 

Function Documentation

template<class T >
FORCE_INLINE T __attribute__ ( (__may_alias__)  )

Definition at line 32 of file TypePunning.h.

32  {
33  return ptr;
34 }