Skip to content

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 26 April 2021 at 15:31:01 CEST