#include "sequoia/Core/Meta/Sequences.hpp"
#include <source_location>
#include <string_view>
#include <tuple>
Go to the source code of this file.
|
using | sequoia::meta::impl::trial_type = void |
|
|
template<typename T > |
constexpr std::string_view | sequoia::meta::impl::wrapped_type::name () noexcept |
|
constexpr std::size_t | sequoia::meta::impl::wrapped_type::prefix_length () noexcept |
|
constexpr std::size_t | sequoia::meta::impl::wrapped_type::suffix_length () noexcept |
|
template<class T > |
consteval std::string_view | sequoia::meta::type_name () |
|
|
constexpr std::string_view | sequoia::meta::impl::trial_type_name {"void"} |
|