Skip to content

plotpp::PlotTitle

Public Functions

Name
PlotTitle(const PlotTitle & ) =default
PlotTitle(PlotTitle && ) =default
PlotTitle & operator=(const PlotTitle & ) =default
PlotTitle & operator=(PlotTitle && ) =default
template <typename... Args>
PlotTitle(Args &&... args)
template <typename Arg >
PlotTitle &
operator=(Arg && args)
bool empty() const

Public Attributes

Name
std::string str

Public Functions Documentation

function PlotTitle

inline PlotTitle(
    const PlotTitle & 
) =default

function PlotTitle

inline PlotTitle(
    PlotTitle && 
) =default

function operator=

inline PlotTitle & operator=(
    const PlotTitle & 
) =default

function operator=

inline PlotTitle & operator=(
    PlotTitle && 
) =default

function PlotTitle

template <typename... Args>
inline PlotTitle(
    Args &&... args
)

function operator=

template <typename Arg >
inline PlotTitle & operator=(
    Arg && args
)

function empty

inline bool empty() const

Public Attributes Documentation

variable str

std::string str;

Updated on 2025-03-02 at 14:13:17 +0100