numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::impl Namespace Reference

Namespace of internal implementations. More...

Functions

auto format_error (std::string_view message, util::source_info_view source_info) -> std::string
 Format error.
 

Detailed Description

Namespace of internal implementations.

Function Documentation

◆ format_error()

auto num_collect::base::impl::format_error ( std::string_view message,
util::source_info_view source_info ) -> std::string
inlinenodiscard

Format error.

Parameters
[in]messageError message.
[in]source_infoInformation of source codes.
Returns
Formatted string.

Definition at line 42 of file exception.h.