Macros and template utilities to help determine details about unknown classes.
More...
#include "meta.h"
#include "TypePack.h"
Go to the source code of this file.
|
template<typename T , template< typename... > class FILTER> |
using | emp::type_if = typename internal::EMP_eval_type< T, FILTER< T >::value >::type |
|
|
template<typename RETURN , typename... FUN_ARGS, typename... CALL_ARGS> |
auto | emp::SubsetCall (std::function< RETURN(FUN_ARGS...)> fun, CALL_ARGS...args) -> RETURN |
| Identify the number of parameters in a function and pass in correct number of argument. More...
|
|
Macros and template utilities to help determine details about unknown classes.
- Note
- This file is part of Empirical, https://github.com/devosoft/Empirical
- Copyright
- Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
- Date
- 2016-2018