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

#include <functional.hpp>

Public Member Functions

 SliceComp (const Ts &... data)
 

Friends

template<class T >
bool operator< (const SliceComp< Ts ... > &first, const T &second)
 
template<class T >
bool operator< (const T &first, const SliceComp< Ts ... > &second)
 

Constructor & Destructor Documentation

◆ SliceComp()

template<class ... Ts>
ext::SliceComp< Ts >::SliceComp ( const Ts &...  data)
inlineexplicit

Friends And Related Function Documentation

◆ operator< [1/2]

template<class ... Ts>
template<class T >
bool operator< ( const SliceComp< Ts ... > &  first,
const T &  second 
)
friend

◆ operator< [2/2]

template<class ... Ts>
template<class T >
bool operator< ( const T &  first,
const SliceComp< Ts ... > &  second 
)
friend

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