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

Classes

struct  argument_parser
 
struct  argument_vector
 This class exists to simplify creating argument arrays compatible with execv* routines and MPI_Comm_spawn/MPI_Comm_spawn_multiple. More...
 

Functions

TIMEMORY_UTILITY_INLINE std::ostream & operator<< (std::ostream &os, const argument_parser::arg_result &r)
 

Function Documentation

◆ operator<<()

TIMEMORY_UTILITY_INLINE std::ostream & tim::argparse::operator<< ( std::ostream &  os,
const argument_parser::arg_result r 
)

Definition at line 696 of file argparse.cpp.

698{
699 os << r.what();
700 return os;
701}
const std::string std::ostream * os
const std::string & what() const
Definition: argparse.hpp:351