Add comments to 'trusted_array'

This commit is contained in:
Lee Clagett 2024-03-17 12:45:04 -04:00 committed by Lee *!* Clagett
parent 8deead1d82
commit c6d54305ed

View file

@ -27,6 +27,7 @@
#pragma once
#include <cstddef>
#include <limits>
#include "wire/traits.h"
#include "wire/read.h"
@ -34,6 +35,7 @@
namespace wire
{
//! \brief Wrapper that removes read constraints
template<typename T>
struct trusted_array_
{