rapidyaml  0.11.0
parse and emit YAML, and do it fast
c4::fmt::base64_wrapper_< CharOrConstChar > Struct Template Reference

#include <base64.hpp>

Public Member Functions

 base64_wrapper_ ()
 
 base64_wrapper_ (blob_< CharOrConstChar > blob)
 

Public Attributes

blob_< CharOrConstChar > data
 

Detailed Description

template<typename CharOrConstChar>
struct c4::fmt::base64_wrapper_< CharOrConstChar >

Definition at line 71 of file base64.hpp.

Constructor & Destructor Documentation

◆ base64_wrapper_() [1/2]

template<typename CharOrConstChar >
c4::fmt::base64_wrapper_< CharOrConstChar >::base64_wrapper_ ( )
inline

Definition at line 74 of file base64.hpp.

74 : data() {}
blob_< CharOrConstChar > data
Definition: base64.hpp:73

◆ base64_wrapper_() [2/2]

template<typename CharOrConstChar >
c4::fmt::base64_wrapper_< CharOrConstChar >::base64_wrapper_ ( blob_< CharOrConstChar >  blob)
inline

Definition at line 75 of file base64.hpp.

75 : data(blob) {}

Member Data Documentation

◆ data

template<typename CharOrConstChar >
blob_<CharOrConstChar> c4::fmt::base64_wrapper_< CharOrConstChar >::data

Definition at line 73 of file base64.hpp.


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