Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
functional.hpp File Reference
#include <functional>
#include "type_traits.hpp"
#include "typeindex.h"
Include dependency graph for functional.hpp:

Go to the source code of this file.

Data Structures

class  ext::PolyComp< T >
 
class  ext::SliceComp< Ts >
 
class  ext::reference_wrapper< T >
 Class extending the reference wrapper class from the standard library. Original reason is to allow its use with standard stream aggregation class. More...
 

Namespaces

namespace  ext
 

Functions

template<class T >
PolyComp< T > ext::poly_comp (const T &inst)
 
template<class ... Ts>
SliceComp< Ts ... > ext::slice_comp (const Ts &... inst)