Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
ConstevalStringLiteral Struct Reference

#include <translation.h>

Public Member Functions

consteval ConstevalStringLiteral (const char *str)
 
consteval ConstevalStringLiteral (std::nullptr_t)=delete
 

Public Attributes

const char *const lit
 

Detailed Description

Definition at line 70 of file translation.h.

Constructor & Destructor Documentation

◆ ConstevalStringLiteral() [1/2]

consteval ConstevalStringLiteral::ConstevalStringLiteral ( const char *  str)
inline

Definition at line 72 of file translation.h.

◆ ConstevalStringLiteral() [2/2]

consteval ConstevalStringLiteral::ConstevalStringLiteral ( std::nullptr_t  )
delete

Member Data Documentation

◆ lit

const char* const ConstevalStringLiteral::lit

Definition at line 71 of file translation.h.


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