Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

pvoidvector.h File Reference

pvoidvector.h File Reference

Go to the source code of this file.

Data Structures

class  pvoidvector
 The base class for void* vectors. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.


Functions

bool operator== (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 Equal operator.
bool operator!= (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 Not equal operator.
bool operator< (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 Less than operator.
bool operator> (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 Greater than operator.
bool operator<= (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 Less than or equal operator.
bool operator>= (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 Greater than or equal operator.

Detailed Description

Definition in file pvoidvector.h.