Utilities
Loading...
Searching...
No Matches
Vector< T > Struct Template Reference

#include <std_lib_facilities.h>

Inheritance diagram for Vector< T >:
Collaboration diagram for Vector< T >:

Public Types

using size_type = typename std::vector< T >::size_type
 

Public Member Functions

Toperator[] (unsigned int i)
 
const Toperator[] (unsigned int i) const
 

Detailed Description

template<class T>
struct Vector< T >

Definition at line 70 of file std_lib_facilities.h.

Member Typedef Documentation

◆ size_type

template<class T >
using Vector< T >::size_type = typename std::vector<T>::size_type

Definition at line 71 of file std_lib_facilities.h.

Member Function Documentation

◆ operator[]() [1/2]

template<class T >
T & Vector< T >::operator[] ( unsigned int  i)
inline

Definition at line 84 of file std_lib_facilities.h.

◆ operator[]() [2/2]

template<class T >
const T & Vector< T >::operator[] ( unsigned int  i) const
inline

Definition at line 89 of file std_lib_facilities.h.


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