Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <catch_amalgamated.hpp>
Public Member Functions | |
void const & | value () const & |
Public Attributes | |
void | m_value |
Protected Member Functions | |
ResultBase (ResultType type) | |
ResultBase (ResultBase const &)=default | |
ResultBase (ResultBase &&)=default | |
ResultValueBase (ResultType type) | |
ResultValueBase & | operator= (ResultValueBase const &other) |
~ResultValueBase () override | |
Protected Member Functions inherited from Catch::Clara::Detail::ResultBase | |
ResultBase (ResultType type) | |
virtual | ~ResultBase () |
ResultBase (ResultBase const &)=default | |
ResultBase & | operator= (ResultBase const &)=default |
ResultBase (ResultBase &&)=default | |
ResultBase & | operator= (ResultBase &&)=default |
virtual void | enforceOk () const =0 |
Protected Attributes | |
union { | |
T m_value | |
}; | |
Protected Attributes inherited from Catch::Clara::Detail::ResultBase | |
ResultType | m_type |
|
inlineprotected |
|
inlineoverrideprotected |
|
inlineprotected |
|
protecteddefault |
|
protecteddefault |
|
inlineprotected |
|
inline |
union { ... } Catch::Clara::Detail::ResultValueBase< void > |
void Catch::Clara::Detail::ResultValueBase< void >::m_value |