Loading...
Searching...
No Matches
- Member sbepp::enum_to_string (const E e) noexcept
- Deprecated in favor of
sbepp::visit
, will be removed in the next major update.
- Member sbepp::visit_set (const Set s, Visitor &&visitor) noexcept -> decltype(s(detail::visit_set_tag{}, std::forward< Visitor >(visitor)))
- Deprecated in favor of
sbepp::visit
, will be removed in the next major update.
- Page Stringification primitives
- Functionality described on this page is deprecated in favor of more generic
sbepp::visit
. You can find up-to-date stringification example here.