Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
scenarios::ContentManagementSystem::Document Struct Reference
Collaboration diagram for scenarios::ContentManagementSystem::Document:
Collaboration graph

Public Attributes

std::string document_id
 
std::string title
 
std::string content
 
std::string author
 
std::string category
 
std::vector< std::string > tags
 
std::chrono::system_clock::time_point upload_time
 

Detailed Description

Definition at line 484 of file real_world_scenarios.cpp.

Member Data Documentation

◆ author

std::string scenarios::ContentManagementSystem::Document::author

◆ category

◆ content

◆ document_id

◆ tags

std::vector<std::string> scenarios::ContentManagementSystem::Document::tags

◆ title

◆ upload_time

std::chrono::system_clock::time_point scenarios::ContentManagementSystem::Document::upload_time

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