.. index:: pair: struct; rgpot::abi::ProfileResult
.. _doxid-structrgpot_1_1abi_1_1_profile_result:
struct rgpot::abi::ProfileResult
================================
.. toctree::
:hidden:
Layout-compatible with every backend's ``
Result`` POD (``:ref:`NWChemCResult ```, ``:ref:`CPMDCResult ```, ...): {int ok; double energy_h; char message[512];}. PROFILE.md fixes this shape, which is what makes the prefix-generic function pointers below well-defined.
.. ref-code-block:: cpp
:class: doxyrest-overview-code-block
#include
struct ProfileResult {
// fields
int :target:`ok`;
double :target:`energy_h`;
char :target:`message`[512];
};