Project_DJ_Engine
Documentation:
Getting Started
API Reference
Editor_Format
Project_DJ_Engine
Struct Row
View page source
Struct Row
Defined in
File Types.hpp
Struct Documentation
struct
Row
Public Functions
inline
const
Value
*
find
(
std
::
string_view
column_name
)
const
noexcept
inline
const
Value
&
at
(
std
::
size_t
index
)
const
Public Members
std
::
vector
<
std
::
string
>
columns
=
{
}
std
::
vector
<
Value
>
values
=
{
}