Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/diff/record.hpp"
Type configuration (extension point).
Data storage and access types.
Definition at line 716 of file record.hpp.
Public Types | |
using | Access = string |
data access by value copy | |
using | ElmIter = typename Storage::const_iterator |
using | Storage = std::vector< string > |
using Storage = std::vector<string> |
Definition at line 718 of file record.hpp.
using ElmIter = typename Storage::const_iterator |
Definition at line 719 of file record.hpp.
using Access = string |
data access by value copy
Definition at line 720 of file record.hpp.