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::operation::check_record_type< T, V > Struct Template Reference

#include "timemory/operations/types.hpp"

+ Collaboration diagram for tim::operation::check_record_type< T, V >:

Public Types

using type = typename mpl::function_traits< decltype(&resolve_record_type< T >)>::result_type
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T, typename V = typename T::value_type>
struct tim::operation::check_record_type< T, V >

Definition at line 195 of file types.hpp.

Member Typedef Documentation

◆ type

template<typename T , typename V = typename T::value_type>
using tim::operation::check_record_type< T, V >::type = typename mpl::function_traits<decltype(&resolve_record_type<T>)>::result_type

Definition at line 197 of file types.hpp.

Member Data Documentation

◆ value

template<typename T , typename V = typename T::value_type>
constexpr bool tim::operation::check_record_type< T, V >::value
staticconstexpr
Initial value:
=
(!std::is_void<V>::value && !std::is_void<type>::value && is_enabled<T>::value &&
std::is_same<V, type>::value)
static constexpr bool value
Definition: types.hpp:144

Definition at line 199 of file types.hpp.


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