Empirical
|
#include <string>
#include <tuple>
#include <type_traits>
#include <vector>
#include "../base/assert.h"
#include "../tools/functions.h"
#include "../meta/meta.h"
Go to the source code of this file.
Classes | |
struct | emp::TraitKey< TRAIT_TYPE > |
class | emp::TraitDef< TRAIT_TYPE > |
class | emp::TraitManager< TRAIT_TYPES > |
class | emp::TraitSet< TARGET_T > |
A TraitSet houses a collection of traits and can trigger them to all be evaluated at once. More... | |
class | emp::TraitManager< TRAIT_TYPES > |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |