Follow this link to skip to the main content

claraty::cl_left_shift< T > Struct Template Reference

#include <functor.h>

List of all members.

Public Member Functions

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


Detailed Description

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

Definition at line 201 of file functor.h.


Member Function Documentation

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

Definition at line 202 of file functor.h.

00202 { return x << y; }


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