|
SObjectizer
5.8
|
A class for the name of mbox_namespace. More...
#include <mbox_namespace_name.hpp>
Public Member Functions | |
| mbox_namespace_name_t ()=delete | |
| mbox_namespace_name_t (std::string_view name) | |
| Constructor with check for the empty value. | |
| std::string_view | query_name () const noexcept(noexcept(std::string_view{m_name})) |
| Get the value. | |
Private Attributes | |
| std::string_view | m_name |
| The name. | |
A class for the name of mbox_namespace.
Checks value in the constructor. Throws an exception if the name is empty.
Definition at line 35 of file mbox_namespace_name.hpp.
|
delete |
There is no way to create an empty name.
|
inlineexplicit |
Constructor with check for the empty value.
Definition at line 47 of file mbox_namespace_name.hpp.
|
inlinenodiscardnoexcept |
Get the value.
Definition at line 57 of file mbox_namespace_name.hpp.
|
private |
The name.
Definition at line 38 of file mbox_namespace_name.hpp.