Botan 3.8.1
Crypto and TLS for C&
Botan::StringLiteral< N > Class Template Referencefinal

#include <stl_util.h>

Public Member Functions

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

Public Attributes

char value [N]
 

Detailed Description

template<size_t N>
class Botan::StringLiteral< N >

Definition at line 405 of file stl_util.h.

Constructor & Destructor Documentation

◆ StringLiteral()

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

Definition at line 407 of file stl_util.h.

References value.

Member Data Documentation

◆ value

template<size_t N>
char Botan::StringLiteral< N >::value[N]

Definition at line 409 of file stl_util.h.

Referenced by StringLiteral().


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