libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
Attempt to include argument information for the function from which the exception was constructed. More...
#include <info.hpp>
Public Member Functions | |
template<typename Arg_Val > | |
__declspec (dllexport) argument(const tstring &n | |
const Arg_Val &v | noexcept (false) |
__stdcall | ~argument (void) noexcept(true) |
__stdcall | argument (const argument &a) noexcept(false) |
argument &__fastcall | operator= (const argument &a) noexcept(false) |
Friends | |
tostream &__fastcall | operator<< (tostream &o, const argument &a) noexcept(false) |
Attempt to include argument information for the function from which the exception was constructed.
|
inlinenoexcept |
jmmcg::info::function::argument::__declspec | ( | dllexport | ) | const & |
|
inline |
|
inlinenoexcept |
|
friend |