move sub-functions of value impls to concrete types
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
5d91c89533
commit
7f24d3d064
14 changed files with 339 additions and 119 deletions
|
|
@ -20,5 +20,6 @@ public:
|
|||
~IkarusTextValue() override = default;
|
||||
|
||||
public:
|
||||
boost::variant2::variant<boost::variant2::monostate, boost::container::vector<data_type>> data{};
|
||||
boost::variant2::variant<boost::variant2::monostate, boost::container::small_vector<data_type, SMALL_VEC_VALUE_SIZE>> data{
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue