Project
Loading...
Searching...
No Matches
o2::framework::StringLiteral< N > Struct Template Reference

#include <FunctionalHelpers.h>

Public Member Functions

constexpr StringLiteral (const char(&str)[N])
 

Public Attributes

char value [N]
 

Detailed Description

template<size_t N>
struct o2::framework::StringLiteral< N >

Definition at line 30 of file FunctionalHelpers.h.

Constructor & Destructor Documentation

◆ StringLiteral()

template<size_t N>
constexpr o2::framework::StringLiteral< N >::StringLiteral ( const char(&)  str[N])
inlineconstexpr

Definition at line 31 of file FunctionalHelpers.h.

Member Data Documentation

◆ value

template<size_t N>
char o2::framework::StringLiteral< N >::value[N]

Definition at line 36 of file FunctionalHelpers.h.


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