|
timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
|
concept that specifies that a type is an output serialization archive More...
#include "timemory/mpl/concepts.hpp"
Collaboration diagram for tim::concepts::is_output_archive< Tp >:Public Types | |
| using | type = std::conditional_t< value, true_type, false_type > |
Static Public Attributes | |
| static constexpr bool | value |
concept that specifies that a type is an output serialization archive
Definition at line 420 of file concepts.hpp.
| using tim::concepts::is_output_archive< Tp >::type = std::conditional_t<value, true_type, false_type> |
Definition at line 437 of file concepts.hpp.
|
staticconstexpr |
Definition at line 435 of file concepts.hpp.