#include <Logger.h>


Context used when dumping data
Static Public Attributes | |
| static constexpr const char * | name = "DataDump" |
Static Public Attributes inherited from molpro::linalg::itsolv::log::ContextBase< DataDump, false > | |
| static constexpr const char * | name |
| static constexpr bool | uses_fixed_arguments |
| static constexpr std::size_t | num_args |
Additional Inherited Members | |
Public Types inherited from molpro::linalg::itsolv::log::ContextBase< DataDump, false > | |
| using | arg_types_tuple = std::tuple< std::remove_cvref_t< Args >... > |
| using | arg_t = decltype(to_arg(std::declval< std::tuple_element_t< Idx, arg_types_tuple > >())) |
Static Public Member Functions inherited from molpro::linalg::itsolv::log::ContextBase< DataDump, false > | |
| static constexpr decltype(auto) | to_arg (T &&arg) |
| static arg_t< Idx > | get_arg (Ts &&...args) |
|
staticconstexpr |