aGrUM  0.14.2
utils_misc.cpp File Reference

Outlined implementation for utilities for aGrUM. More...

+ Include dependency graph for utils_misc.cpp:

Go to the source code of this file.

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

std::ostream & std::operator<< (std::ostream &os, const std::tuple<> &)
 
bool gum::Memcmp (const void *const _in, const void *const _out, unsigned long size)
 Cross-platform replacement for memcmp. More...
 
void gum::__atexit ()
 Used for debug purpose. More...
 

Detailed Description

Outlined implementation for utilities for aGrUM.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file utils_misc.cpp.

Function Documentation

◆ operator<<()

std::ostream& std::operator<< ( std::ostream &  os,
const std::tuple<> &   
)

Definition at line 30 of file utils_misc.cpp.

30  {
31  return os << "()";
32  }