pwn++  0.1.4
A (toy) Windows & Linux pwn library to play with modern C++.
IndexedVector< T > Class Template Reference

An IndexedVector is a vector of Indexable types. This allows to override [] to the Id attribute of the type. More...

#include <Common.hpp>

Inheritance diagram for IndexedVector< T >:

Public Member Functions

T & operator[] (int Id)
 

Detailed Description

template<Indexable T>
class IndexedVector< T >

An IndexedVector is a vector of Indexable types. This allows to override [] to the Id attribute of the type.

Template Parameters
T

Member Function Documentation

◆ operator[]()

template<Indexable T>
T & IndexedVector< T >::operator[] ( int  Id)
Template Parameters
T
Parameters
Id
Returns
T&

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