Follow this link to skip to the main content

claraty::cl_bit_or< T > Struct Template Reference

#include <functor.h>

List of all members.

Public Member Functions

operator() (const T &x, const T &y)


Detailed Description

template<class T>
struct claraty::cl_bit_or< T >

Definition at line 216 of file functor.h.


Member Function Documentation

template<class T>
T claraty::cl_bit_or< T >::operator() ( const T &  x,
const T &  y 
) [inline]

Definition at line 217 of file functor.h.

00217 { return x | y; }


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