#include <vector.hpp>
|
|
using | parent_type = vector_type |
| |
|
using | value_type = T |
| |
|
using | vector_type = vector< T, N > |
| |
|
|
constexpr | vector_elem_const_ref (const vector_elem_ref< T, N > &ref) |
| |
|
value_type | get () const |
| |
|
| operator value_type () const |
| |
|
template<typename T2 > |
| constexpr bool | operator!= (T2 v) const |
| |
|
template<typename T2 > |
| constexpr bool | operator< (T2 v) const |
| |
|
template<typename T2 > |
| constexpr bool | operator<= (T v) const |
| |
|
template<typename T2 > |
| constexpr bool | operator== (T2 v) const |
| |
|
template<typename T2 > |
| constexpr bool | operator> (T2 v) const |
| |
|
template<typename T2 > |
| constexpr bool | operator>= (T2 v) const |
| |
The documentation for this class was generated from the following file: