opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
object_representation_byte.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <cstddef>
6
7namespace osc
8{
9 // Satisfied if `T` is a a valid representation of one byte of a
10 // C++ object.
11 //
12 // > see: https://en.cppreference.com/w/cpp/language/object#Object_representation_and_value_representation
13 template<typename T>
15}
Definition object_representation_byte.h:14
Definition same_as_any_of.h:9
Definition custom_decoration_generator.h:5