Follow this link to skip to the main content

claraty::cl_bit_not< T > Struct Template Reference

#include <functor.h>

List of all members.

Public Member Functions

operator() (const T &x)


Detailed Description

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

Definition at line 226 of file functor.h.


Member Function Documentation

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

Definition at line 227 of file functor.h.

00227 { return ~x; }


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