nngn
|
Go to the source code of this file.
Classes | |
struct | nngn::detail::fn_args< R(*)(A...)> |
struct | nngn::to< T > |
Function object which converts its argument to T via static_cast . More... | |
struct | nngn::constant< x > |
Function object which always produces the same value. More... | |
Namespaces | |
namespace | nngn |
namespace | nngn::detail |
Typedefs | |
template<auto f> | |
using | nngn::fn_args = typename detail::fn_args< >::type |