implement value.hpp
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
3395eba331
commit
5d91c89533
6 changed files with 93 additions and 96 deletions
|
|
@ -20,5 +20,5 @@ public:
|
|||
~IkarusTextValue() override = default;
|
||||
|
||||
public:
|
||||
boost::container::vector<data_type> value{};
|
||||
boost::variant2::variant<boost::variant2::monostate, boost::container::vector<data_type>> data{};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue