remove get

This commit is contained in:
chatlanin
2022-03-24 17:03:37 +03:00
parent 0f97358f8c
commit 595e46f6bf
2 changed files with 3 additions and 5 deletions

View File

@@ -37,11 +37,6 @@ namespace hack
public:
value_t get_value() { return value_; };
auto get(std::size_t index)
{
return std::get<index>(value_);
}
auto length()
{
return std::sqrt(length_idx(std::make_index_sequence<std::tuple_size<value_t>::value>{}));