-------- Original message --------
From: Language Lawyer via Std-Proposals <std-proposals@lists.isocpp.org>
Date: 8/17/19 20:30 (GMT-05:00)
To: std-proposals@lists.isocpp.org
Cc: Language Lawyer <language.lawyer@gmail.com>
Subject: Re: [std-proposals] Allowing access to object representations
Ah, so the object representation of an object of type T is a sequence of `unsigned char` objects unless T is (cv-qualified) `char` or `std::byte` (or array thereof)?