Follow this link to skip to the main content

claraty::cl_bit_and< 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_and< T >

Definition at line 211 of file functor.h.


Member Function Documentation

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

Definition at line 212 of file functor.h.

00212 { return x & y; }


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