lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] Conversion from class html::text


From: Greg Chicares
Subject: [lmi] Conversion from class html::text
Date: Fri, 2 Feb 2018 16:18:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Vadim--Consider the following inline comment on class text in 'html.hpp':

/// As it still needs to be converted to a string sooner or later to be really
/// used, it does provide a conversion -- but it can be used only once.

What function provides that conversion? I'm guessing it's not this one:
    std::string const& as_html() const&
because I imagine that a const function can be used more than once;
so is it this one:
    std::string&& as_html() &&
?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]