tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches

Function objects, Function invocations, Bind operations and Reference wrappers. More...

Classes

struct  bit_and< T >
 Function object for performing bitwise AND. Effectively calls operator& on type T. More...
 
struct  bit_and< void >
 
struct  bit_not< T >
 Function object for performing bitwise NOT. Effectively calls operator~ on type T. More...
 

Detailed Description

Function objects, Function invocations, Bind operations and Reference wrappers.