Template Class xvector

Inheritance Relationships

Base Type

  • public std::vector< _Ty, stl_allocator< _Ty > >

Template Parameter Order

  1. class _Ty

  2. class _Ax

Class Documentation

template<class _Ty, class _Ax = stl_allocator<_Ty>>
class xvector : public std::vector<_Ty, stl_allocator<_Ty>>

Inheritence diagram for xvector:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "1" [label="xvector< _Ty, _Ax >" tooltip="xvector< _Ty, _Ax >" fillcolor="#BFBFBF"]
    "2" [label="std::vector< _Ty, stl_allocator< _Ty > >" tooltip="std::vector< _Ty, stl_allocator< _Ty > >"]
    "1" -> "2" [dir=forward tooltip="public-inheritance"]
}

Collaboration diagram for xvector:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "1" [label="xvector< _Ty, _Ax >" tooltip="xvector< _Ty, _Ax >" fillcolor="#BFBFBF"]
    "2" [label="std::vector< _Ty, stl_allocator< _Ty > >" tooltip="std::vector< _Ty, stl_allocator< _Ty > >"]
    "1" -> "2" [dir=forward tooltip="public-inheritance"]
}

Public Functions

inline constexpr xvector() noexcept
inline explicit constexpr xvector(usint length) noexcept
inline constexpr xvector(usint length, const _Ty &val) noexcept