opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
exception_helpers.h
Go to the documentation of this file.
1#pragma once
2
3#include <exception>
4#include <string>
5
6namespace osc
7{
8 std::string potentially_nested_exception_to_string(const std::exception&, int indent = 0);
9}
Definition custom_decoration_generator.h:5
std::string potentially_nested_exception_to_string(const std::exception &, int indent=0)