NeTrainSim 0.1.1 beta
The Open-Source Network Trains Simulator
 
Loading...
Searching...
No Matches
List< T > Class Template Reference

A list. More...

#include <list.h>

Inheritance diagram for List< T >:

Public Member Functions

std::list< T >::iterator argmin ()
 Gets the argmin.
 
std::list< T >::iterator argmax ()
 Gets the argmax.
 

Detailed Description

template<typename T>
class List< T >

A list.

Author
Ahmed Aredah
Date
2/28/2023
Template Parameters
TGeneric type parameter.

Member Function Documentation

◆ argmax()

template<typename T >
std::list< T >::iterator List< T >::argmax ( )
inline

Gets the argmax.

Author
Ahmed Aredah
Date
2/28/2023
Returns
A list of.

◆ argmin()

template<typename T >
std::list< T >::iterator List< T >::argmin ( )
inline

Gets the argmin.

Author
Ahmed Aredah
Date
2/28/2023
Returns
A list of.