numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::util::unsafe_cast Class Reference

Class of exception on unsafe casts. More...

#include <num_collect/util/safe_cast.h>

+ Inheritance diagram for num_collect::util::unsafe_cast:
+ Collaboration diagram for num_collect::util::unsafe_cast:

Public Member Functions

 num_collect_exception (std::string_view message, util::source_info_view source_info=util::source_info_view())
 Constructor.
 

Detailed Description

Class of exception on unsafe casts.

Definition at line 40 of file safe_cast.h.

Member Function Documentation

◆ num_collect_exception()

num_collect::base::num_collect_exception::num_collect_exception ( std::string_view message,
util::source_info_view source_info = util::source_info_view() )
inlineexplicit

Constructor.

Parameters
[in]messageError message.
[in]source_infoInformation of source codes.

Definition at line 61 of file exception.h.


The documentation for this class was generated from the following file: