mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 06:48:53 +00:00
Fix documentation snippet.
This commit is contained in:
@@ -113,7 +113,7 @@ using cartesian_product = typename detail::cartesian_product<TypeLists>::type;
|
||||
* using T = typename decltype(wrapped_type)::type;
|
||||
* sizes.push_back(sizeof(T));
|
||||
* });
|
||||
* static_assert(sizes == {1, 2, 3, 4});
|
||||
* assert(sizes == {1, 2, 3, 4});
|
||||
* ```
|
||||
*/
|
||||
template <typename TypeList, typename Functor>
|
||||
|
||||
Reference in New Issue
Block a user