Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlRealName< N > Struct Template Reference

Helper class, used to represent a real SQL column names as template arguments. More...

#include <SqlRealName.hpp>

Public Member Functions

constexpr size_t size () const noexcept
 
constexpr SqlRealName (SqlRealName const &) noexcept=default
 
constexpr SqlRealName (SqlRealName &&) noexcept=default
 
constexpr SqlRealNameoperator= (SqlRealName const &) noexcept=default
 
constexpr SqlRealNameoperator= (SqlRealName &&) noexcept=default
 
constexpr SqlRealName (char const (&str)[N]) noexcept
 
constexpr bool empty () const noexcept
 
constexpr char const * begin () const noexcept
 
constexpr char const * end () const noexcept
 
constexpr auto operator<=> (const SqlRealName &) const =default
 
constexpr std::string_view sv () const noexcept
 

Public Attributes

char value [N] {}
 

Static Public Attributes

static constexpr size_t length = (N > 0) ? (N - 1) : 0
 

Detailed Description

template<size_t N>
struct SqlRealName< N >

Helper class, used to represent a real SQL column names as template arguments.

See also
Field, BelongsTo

Definition at line 11 of file SqlRealName.hpp.

Constructor & Destructor Documentation

◆ SqlRealName()

template<size_t N>
constexpr SqlRealName< N >::SqlRealName ( char const (&)  str[N])
inlineconstexprnoexcept

Definition at line 27 of file SqlRealName.hpp.

Member Function Documentation

◆ size()

template<size_t N>
constexpr size_t SqlRealName< N >::size ( ) const
inlineconstexprnoexcept

Definition at line 15 of file SqlRealName.hpp.

◆ empty()

template<size_t N>
constexpr bool SqlRealName< N >::empty ( ) const
inlineconstexprnoexcept

Definition at line 34 of file SqlRealName.hpp.

◆ begin()

template<size_t N>
constexpr char const * SqlRealName< N >::begin ( ) const
inlineconstexprnoexcept

Definition at line 39 of file SqlRealName.hpp.

◆ end()

template<size_t N>
constexpr char const * SqlRealName< N >::end ( ) const
inlineconstexprnoexcept

Definition at line 44 of file SqlRealName.hpp.

◆ sv()

template<size_t N>
constexpr std::string_view SqlRealName< N >::sv ( ) const
inlineconstexprnoexcept

Definition at line 51 of file SqlRealName.hpp.

Member Data Documentation

◆ length

template<size_t N>
constexpr size_t SqlRealName< N >::length = (N > 0) ? (N - 1) : 0
staticconstexpr

Definition at line 13 of file SqlRealName.hpp.

◆ value

template<size_t N>
char SqlRealName< N >::value[N] {}

Definition at line 32 of file SqlRealName.hpp.


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