Compile-time text based ID. More...
#include <kumi/utils/identifier.hpp>
Compile-time text based ID.
| ID | Compile-time string for the ID |
Public Member Functions | |
| template<typename T> | |
| constexpr field< tag_type, std::unwrap_ref_decay_t< T > > | operator= (T &&v) const noexcept |
| Assignment of a value to a identifier. | |
Friends | |
| constexpr str | to_str (name< ID > const &) |
| A name field str representation is it s owned str. | |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename CharT, typename Traits> | |
| std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, name const &) noexcept |
| Output stream insertion. | |