xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__format_exception.h
Go to the documentation of this file.
1
3
#pragma once
5
#if !defined(__XTD_CORE_INTERNAL__)
6
#error "Do not include this file: Internal use only"
7
#endif
9
10
#include <string>
11
#include "../types.h"
12
14
void
__format_exception(
const
xtd::type
& type);
15
void
__format_exception(
const
std::string& message);
xtd::type
std::type_info type
Stores information about a type.
Definition
type.h:23
Generated on Sun Nov 17 2024 19:43:52 for xtd by
Gammasoft
. All rights reserved.