Skip to content

Commit

Permalink
Updated single_include header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidelobe committed Dec 12, 2023
1 parent 876327e commit 20d9898
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions single_include/HyperBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2021 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand All @@ -27,7 +28,8 @@ extern "C"
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer



Expand Down Expand Up @@ -260,7 +262,8 @@ constexpr auto apply(F&& f, const int (&array)[N]) noexcept
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer



Expand Down Expand Up @@ -395,7 +398,8 @@ constexpr T sumOfCumulativeProduct(Args... args) noexcept
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer



Expand Down Expand Up @@ -464,7 +468,8 @@ constexpr std::array<int, N-1> shaveOffFirstElement(const std::array<int, N>& ar
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer



Expand Down Expand Up @@ -592,7 +597,8 @@ class BufferGeometry
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2021 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer



Expand Down

0 comments on commit 20d9898

Please sign in to comment.