Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
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) |