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::func Namespace Reference

Classes

struct  add
 
struct  divide
 
struct  multiply
 
struct  subtract
 

Typedefs

template<bool _Condition, typename Tp = int>
using enable_if_t = typename std::enable_if<(_Condition), Tp >::type
 

Typedef Documentation

◆ enable_if_t

template<bool _Condition, typename Tp = int>
using tim::func::enable_if_t = typedef typename std::enable_if<(_Condition), Tp>::type

Definition at line 49 of file functional.hpp.