codex
Loading...
Searching...
No Matches
X< N > Struct Template Reference

#include <reader.hpp>

Collaboration diagram for X< N >:

Public Types

using T = const char(&)[N]
 

Public Member Functions

constexpr X (T s_)
 
constexpr T operator-- (void)
 

Public Attributes

T s
 

Member Typedef Documentation

◆ T

template<std::size_t N>
using X< N >::T = const char(&)[N]

Constructor & Destructor Documentation

◆ X()

template<std::size_t N>
X< N >::X ( T s_)
inlineconstexpr

Member Function Documentation

◆ operator--()

template<std::size_t N>
T X< N >::operator-- ( void )
inlineconstexpr

Member Data Documentation

◆ s

template<std::size_t N>
T X< N >::s

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