1 2 3 4 5 6 7 8 9 10
/** ** \file misc/libmisc.hh ** \brief A library of handy C++ tools. */ #pragma once /// A set of handy C++ tools. namespace misc {} // namespace misc