Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Friends
ext::PolyComp< T > Class Template Reference

#include <functional.hpp>

Public Member Functions

 PolyComp (const T &inst)
 

Friends

template<class R >
bool operator< (const PolyComp< T > &first, const R &second)
 
template<class R >
bool operator< (const R &first, const PolyComp< T > &second)
 

Constructor & Destructor Documentation

◆ PolyComp()

template<class T >
ext::PolyComp< T >::PolyComp ( const T &  inst)
inlineexplicit

Friends And Related Function Documentation

◆ operator< [1/2]

template<class T >
template<class R >
bool operator< ( const PolyComp< T > &  first,
const R &  second 
)
friend

◆ operator< [2/2]

template<class T >
template<class R >
bool operator< ( const R &  first,
const PolyComp< T > &  second 
)
friend

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