repr 0.1
Reconstructable string representations and more
|
#include <concepts>
#include <cstddef>
#include <stack>
#include <string>
#include <string_view>
#include <type_traits>
#include <librepr/name/type.h>
#include <librepr/reflection/category.h>
#include <librepr/reflection/variant.h>
#include <librepr/reflection/aggregate.h>
#include <librepr/reflection/array.h>
#include <librepr/util/string/buffer.h>
#include <librepr/reflection/reflect.h>
Go to the source code of this file.
Classes | |
struct | librepr::PythonVisitor |
Namespaces | |
namespace | librepr |
namespace | librepr::detail |
Functions | |
void | librepr::detail::replace_all (std::string &text, std::string_view needle, std::string_view replacement) |