DGtal 2.1.0
Loading...
Searching...
No Matches
Tool< std::forward_list< int >, T > Struct Template Reference

Static Public Member Functions

static void add (std::forward_list< int > &c, const T &obj)
 

Detailed Description

template<typename T>
struct Tool< std::forward_list< int >, T >

Definition at line 58 of file testIteratorFunctions.cpp.

Member Function Documentation

◆ add()

template<typename T >
static void Tool< std::forward_list< int >, T >::add ( std::forward_list< int > &  c,
const T &  obj 
)
inlinestatic

Definition at line 60 of file testIteratorFunctions.cpp.

61 {
62 c.push_front(obj);
63 }

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