10#include <fmt/format.h>
11#include <fmt/ostream.h>
13#ifndef ARP_INSIDE_ARP_BASE_CORE_ARP_H
14 #error Never include 'Byte.hpp' directly, just include 'Arp.hpp'
17namespace Arp::Base::Core
47 explicit Byte(
byte value) : Value(value) {};
69template<>
struct fmt::formatter<
Arp::Base::Core::Byte> :
public fmt::ostream_formatter {};
std::byte byte
The Arp byte type.
Definition: Byte.hpp:24
Root namespace for the PLCnext API
Namespace of the C++ standard library