iox::cxx::internal::GetCapa🔗
struct to get capacity of fixed string/string literal More...
#include <string_internal.hpp>
Public Attributes🔗
Name | |
---|---|
constexpr uint64_t | capa |
Detailed Description🔗
template <typename T >
struct iox::cxx::internal::GetCapa;
struct to get capacity of fixed string/string literal
Note: capa is a dummy value for any type other than cxx::string and char
Public Attributes Documentation🔗
variable capa🔗
static constexpr uint64_t capa = 0U;
Updated on 31 May 2022 at 15:29:15 CEST