Helper class, used to represent a real SQL column names as template arguments.
More...
#include <SqlRealName.hpp>
|
constexpr size_t | size () const noexcept |
|
constexpr | SqlRealName (SqlRealName const &) noexcept=default |
|
constexpr | SqlRealName (SqlRealName &&) noexcept=default |
|
constexpr SqlRealName & | operator= (SqlRealName const &) noexcept=default |
|
constexpr SqlRealName & | operator= (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 |
|
|
static constexpr size_t | length = (N > 0) ? (N - 1) : 0 |
|
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.
◆ SqlRealName()
◆ size()
◆ empty()
◆ begin()
template<size_t N>
constexpr char const * SqlRealName< N >::begin |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ end()
◆ sv()
template<size_t N>
constexpr std::string_view SqlRealName< N >::sv |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ length
template<size_t N>
constexpr size_t SqlRealName< N >::length = (N > 0) ? (N - 1) : 0 |
|
staticconstexpr |
◆ value
The documentation for this struct was generated from the following file: