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.
tim::concepts::is_output_archive< Tp > Struct Template Reference

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
 

Detailed Description

template<typename Tp>
struct tim::concepts::is_output_archive< Tp >

concept that specifies that a type is an output serialization archive

Definition at line 420 of file concepts.hpp.

Member Typedef Documentation

◆ type

template<typename Tp >
using tim::concepts::is_output_archive< Tp >::type = std::conditional_t<value, true_type, false_type>

Definition at line 437 of file concepts.hpp.

Member Data Documentation

◆ value

template<typename Tp >
constexpr bool tim::concepts::is_output_archive< Tp >::value
staticconstexpr
Initial value:
=
is_output_archive::template have<std::remove_cv_t<Tp>>::value
static constexpr bool value
Definition: concepts.hpp:435

Definition at line 435 of file concepts.hpp.


The documentation for this struct was generated from the following file: