formatted, commentje
This commit is contained in:
parent
a0cff27590
commit
851017cc62
2 changed files with 14 additions and 13 deletions
|
@ -27,6 +27,7 @@ std::ostream& operator<<(std::ostream& out, binary<T> const& rhs){
|
|||
}
|
||||
|
||||
// Array
|
||||
// NOTE: it uses references...
|
||||
template <typename T, size_t N>
|
||||
struct binary_arr {
|
||||
T const(& thing)[N];
|
||||
|
|
Reference in a new issue