cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
parse.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class N , class D , class... Ps>
requires requires { Logging::log(declval<N>()); Logging::log(declval<D>()); }
static constexpr auto pRC::parse (int const argc, char const *const *const argv, N &&appName, D &&appDescription, Ps &...parameters)