Lumiera  0.pre.03
»edit your freedom«
RecordSetup< string > Struct Template Reference

#include "lib/diff/record.hpp"

Description

template<>
struct lib::diff::RecordSetup< string >

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 >
 

Member Typedef Documentation

◆ Storage

using Storage = std::vector<string>

Definition at line 718 of file record.hpp.

◆ ElmIter

using ElmIter = typename Storage::const_iterator

Definition at line 719 of file record.hpp.

◆ Access

using Access = string

data access by value copy

Definition at line 720 of file record.hpp.

+ Collaboration diagram for RecordSetup< string >:

The documentation for this struct was generated from the following file: