NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
nvbio::BinaryCast< Out, In > Union Template Reference

Detailed description

template< typename Out, typename In>
union nvbio::BinaryCast< Out, In >

a utility to perform binary casts between different types

Definition at line 258 of file types.h.

#include <types.h>

Public Members

In in
 
Out out
 

Member Data Documentation

template<typename Out, typename In>
In nvbio::BinaryCast< Out, In >::in

Definition at line 260 of file types.h.

template<typename Out, typename In>
Out nvbio::BinaryCast< Out, In >::out

Definition at line 261 of file types.h.


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