libjmmcg
release_579_6_g8cffd
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(tstring &&n | |
const Arg_Val &v | noexcept (false) |
Static Public Member Functions | |
static constexpr std::size_t | max_size () noexcept(true) |
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.
jmmcg::LIBJMMCG_VER_NAMESPACE::info::function::argument::__declspec | ( | dllexport | ) | && |
|
inlinestaticconstexprnoexcept |
Definition at line 106 of file info.hpp.
Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::info::function::max_size().
|
inline |
|
friend |