Thrill  0.1
alias_cast_helper< To, From > Struct Template Reference

Detailed Description

template<typename To, typename From>
struct thrill::common::alias_cast_helper< To, From >

Definition at line 39 of file hash.hpp.

#include <hash.hpp>

Public Attributes

union {
   From *   in
 
   To *   out
 
}; 
 

Member Data Documentation

◆ @1

union { ... }

◆ in

From* in

Definition at line 43 of file hash.hpp.

Referenced by thrill::common::alias_cast().

◆ out

To* out

Definition at line 44 of file hash.hpp.

Referenced by thrill::common::alias_cast().


The documentation for this struct was generated from the following file: