Flow 1.0.0
Flow project: Full implementation reference.
Namespaces | Functions
util.cpp File Reference
#include "flow/util/detail/util.hpp"
#include "flow/util/util.hpp"

Go to the source code of this file.

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.
 

Functions

std::string flow::util::get_where_am_i_str (String_view file, String_view function, unsigned int line)
 Helper for FLOW_UTIL_WHERE_AM_I(), etc., that, given values for source code file name, function, and line number, returns an std::string equal to what FLOW_UTIL_WHERE_AM_I() would place into an ostream. More...