The type of bio::meta::vtag. [Specialisation for 0 arguments.]. More...
#include <bio/meta/tag/vtag.hpp>
Static Public Attributes | |
static constexpr auto | as_tuple = std::tuple{} |
The tag converted to a tuple. | |
static constexpr size_t | size = 0 |
The number of values stored in the tag. | |
Friends | |
consteval friend auto | operator<=> (vtag_t, vtag_t) noexcept |
Compare 0-element vtag against 0-element vtag. | |
consteval friend bool | operator== (vtag_t, vtag_t) noexcept |
Compare 0-element vtag against 0-element vtag. | |
The type of bio::meta::vtag. [Specialisation for 0 arguments.].