Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
CompTimeString< Size > Struct Template Reference

Public Member Functions

 operator std::string_view () const
constexpr CompTimeString (const char(&buf_)[Size])
constexpr CompTimeString (const std::array< char, Size > &buf_)
template<size_t Other>
constexpr CompTimeString< Size - 1+Other > operator+ (const CompTimeString< Other > &other) const
template<size_t Other>
constexpr CompTimeString< Size - 1+Other+2 > operator, (const CompTimeString< Other > &other) const

Public Attributes

std::array< char, Size > buf

Static Public Attributes

static constexpr size_t size = Size

The documentation for this struct was generated from the following file: