Open C++ Libraries.org develop
Loading...
Searching...
No Matches
ocl::tproc Namespace Reference

AMLALE: SourcePair desrves documentation by themselves. More...

Classes

class  basic_rope
 This class implements a rope type for any CharT type. More...
 

Typedefs

using crope = basic_rope< char >
 
using wrope = basic_rope< wchar_t >
 

Functions

template<class SourcePair >
void dijkstra (SourcePair &pair)
 Implementation of dijkstra's algorithm.
 
template<>
void dijkstra (double &)=delete
 
template<>
void dijkstra (void *&)=delete
 
template<>
void dijkstra (char *&)=delete
 
template<>
void dijkstra (int &)=delete
 
template<typename It , class Pred >
Pred find (It begin, It end, Pred)
 
template<typename It , class Pred >
Pred find_if (It begin, It end, Pred)
 
template<typename It , class Pred >
Pred::size_type erase (It begin, It end, Pred)
 
template<typename It , class Pred >
Pred::size_type erase_if (It begin, It end, Pred)
 

Detailed Description

AMLALE: SourcePair desrves documentation by themselves.

Function Documentation

◆ dijkstra()

template<class SourcePair >
void ocl::tproc::dijkstra ( SourcePair &  pair)
inline

Implementation of dijkstra's algorithm.

Note
Complies with the SourcePair requirement.