guanaqo main
Utilities for scientific software
Loading...
Searching...
No Matches
guanaqo::default_stride< S > Struct Template Reference

#include <guanaqo/mat-view.hpp>

Detailed Description

template<std::integral S>
requires (std::default_initializable<S> && !std::constructible_from<S, int>)
struct guanaqo::default_stride< S >

Get the default stride value for a run-time integer type.

Get the default stride value for a compile-time integer type such as std::integral_constant.

Definition at line 48 of file mat-view.hpp.

Collaboration diagram for guanaqo::default_stride< S >:

Static Public Attributes

static constexpr S value {1}

Member Data Documentation

◆ value

template<std::integral S>
constexpr S guanaqo::default_stride< S >::value {1}
staticconstexpr

Definition at line 49 of file mat-view.hpp.


The documentation for this struct was generated from the following file: