Flow 1.0.0
Flow project: Full implementation reference.
|
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
class | flow::util::Basic_string_view< Ch, Traits > |
Essentially alias for a C++17-conforming string-view class template, which is a very lightweight std::string -like representation of a character sequence already in memory. More... | |
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::util |
Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module. | |
Typedefs | |
using | flow::util::String_view = Basic_string_view< char > |
Commonly used char -based Basic_string_view. See its doc header. More... | |