mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Edited comments
This commit is contained in:
parent
ed9e56ef6d
commit
75324aa134
4
array.h
4
array.h
@ -346,9 +346,7 @@ namespace etl
|
||||
};
|
||||
|
||||
//*************************************************************************
|
||||
/// <summary>
|
||||
/// Overloaded std::swap for etl::array<T, SIZE>
|
||||
/// </summary>
|
||||
///\param lhs Reference to the first array.
|
||||
///\param rhs Reference to the second array.
|
||||
//*************************************************************************
|
||||
@ -359,9 +357,7 @@ namespace etl
|
||||
}
|
||||
|
||||
//*************************************************************************
|
||||
/// <summary>
|
||||
/// Equal operator.
|
||||
/// </summary>
|
||||
///\param lhs Reference to the first array.
|
||||
///\param rhs Reference to the second array.
|
||||
///\return <b>true</b> if the arrays are equal, otherwise <b>false</b>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user