11 constexpr Name(
const char (&str)[N]) {
12 std::copy_n(str, N,
value.data());
18template <Name Nm,
class Sgn>
constexpr size_t fstring_len
Reference to CUTEst function.
static signature_t * load(void *handle)
static constexpr Name name
Compile-time string for CUTEst function names.
std::array< char, N > value
constexpr Name(const char(&str)[N])