rll/source_location.h file

Namespaces

namespace rll
Contract-programming related functions and classes.

Classes

struct rll::source_location
Provides information about the location of the current source file.
template <>
struct fmt::formatter<rll::source_location>
Specialization of the fmt::formatter for the rll::source_location class.

Functions

auto operator!=(source_location const& lhs, source_location const& rhs) →  bool noexcept
template <class E, class T>
auto operator<<(std::basic_ostream<E, T>& os, source_location const& loc) →  std::basic_ostream<E, T>&
Stream operator for source_location.
auto operator==(source_location const& lhs, source_location const& rhs) →  bool noexcept