Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
forward_list.h File Reference
#include <stddef.h>
#include "iforward_list.h"
#include "container.h"

Go to the source code of this file.

Classes

class  etl::forward_list< T, MAX_SIZE_ >
 

Functions

template<typename T , const size_t MAX_SIZE>
void etl::swap (etl::forward_list< T, MAX_SIZE > &first, etl::forward_list< T, MAX_SIZE > &second)
 Swap.