mistake
This commit is contained in:
@@ -1801,7 +1801,7 @@ public:
|
|||||||
//! piCout << v; // {1, 2, 3, 4, 5}
|
//! piCout << v; // {1, 2, 3, 4, 5}
|
||||||
//! \endcode
|
//! \endcode
|
||||||
//! \~\sa \a append()
|
//! \~\sa \a append()
|
||||||
inline PIVector<T> & operator <<(T && e) { eturn push_back(std::move(e));}
|
inline PIVector<T> & operator <<(T && e) {return push_back(std::move(e));}
|
||||||
|
|
||||||
//! \brief
|
//! \brief
|
||||||
//! \~english Appends the given array `v` to the end of the array.
|
//! \~english Appends the given array `v` to the end of the array.
|
||||||
|
|||||||
Reference in New Issue
Block a user