#include <di/vocab/span/as_writable_bytes.h>
|
template<typename T, size_t N, size_t S = N == dynamic_extent ? dynamic_extent : sizeof(T) * N>
requires (!concepts::Const<T>) |
auto | operator() (Span< T, N > span) const -> Span< Byte, S > |
|
◆ operator()()
template<typename T,
size_t N,
size_t S = N == dynamic_extent ? dynamic_extent : sizeof(T) * N>
requires (!concepts::Const<T>)
auto di::vocab::detail::AsWritableBytesFunction::operator() |
( |
Span< T, N > | span | ) |
const -> Span<Byte, S> |
|
inline |
The documentation for this struct was generated from the following file: