open_source
/
datatypes
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c96f4e8bfaa303494fe654c410d186676719546d
Authored by
Peter M. Groen
2023-08-15 18:08:55 +0200
1 parent
de402313
Implementation of Constructors
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/Variant.cpp
src/Variant.cpp
View file @
c96f4e8
...
...
@@ -70,3 +70,7 @@ Variant::Variant(int64_t value)
70
70
{
71
71
}
72
72
73
+Type Variant::getType()
74
+{
75
+
76
+}
73
77
\ No newline at end of file
...
...