Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
data::cassandra::Text Struct Reference

A strong type wrapper for string. More...

#include <Types.hpp>

Public Member Functions

 Text (std::string text)
 Construct a new Text object from string type.
 

Public Attributes

std::string text
 

Detailed Description

A strong type wrapper for string.

This is unfortunately needed right now to support TEXT properly because clio uses string to represent BLOB If we want to bind TEXT with string, we need to use this type

Constructor & Destructor Documentation

◆ Text()

data::cassandra::Text::Text ( std::string text)
inlineexplicit

Construct a new Text object from string type.

Parameters
textThe text to wrap

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