Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <catch_amalgamated.hpp>
Public Types | |
using | type = T |
Public Member Functions | |
virtual T const & | get () const =0 |
Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
GeneratorUntypedBase ()=default | |
GeneratorUntypedBase (GeneratorUntypedBase const &)=default | |
GeneratorUntypedBase & | operator= (GeneratorUntypedBase const &)=default |
virtual | ~GeneratorUntypedBase () |
bool | countedNext () |
std::size_t | currentElementIndex () const |
StringRef | currentElementAsString () const |
using Catch::Generators::IGenerator< T >::type = T |
|
pure virtual |
Implemented in Catch::Generators::ChunkGenerator< T >, Catch::Generators::FilterGenerator< T, Predicate >, Catch::Generators::FixedValuesGenerator< T >, Catch::Generators::Generators< T >, Catch::Generators::MapGenerator< T, U, Func >, Catch::Generators::RepeatGenerator< T >, Catch::Generators::SingleValueGenerator< T >, and Catch::Generators::TakeGenerator< T >.