Sparkplug B C++ Library 1.0.0
Modern C++-23 implementation of Eclipse Sparkplug B 2.2 specification
Loading...
Searching...
No Matches
sparkplug::SparkplugFloat Concept Reference

Floating-point types supported by Sparkplug B. More...

#include <payload_builder.hpp>

Concept definition

template<typename T>
concept sparkplug::SparkplugFloat = std::same_as<std::remove_cvref_t<T>, float> ||
std::same_as<std::remove_cvref_t<T>, double>
Floating-point types supported by Sparkplug B.

Detailed Description

Floating-point types supported by Sparkplug B.

Definition at line 41 of file payload_builder.hpp.