NEURON
generic_data_handle.cpp File Reference
#include "neuron/container/generic_data_handle.hpp"
#include "neuron/container/node.hpp"
#include "neuron/model_data.hpp"
#include <catch2/catch_test_macros.hpp>
#include <optional>
#include <sstream>

Go to the source code of this file.

Functions

template<typename T >
static std::string to_str (T const &x)
 
 TEST_CASE ("generic_data_handle", "[Neuron][data_structures][generic_data_handle]")
 

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "generic_data_handle"  ,
""  [Neuron][data_structures][generic_data_handle] 
)

Definition at line 19 of file generic_data_handle.cpp.

◆ to_str()

template<typename T >
static std::string to_str ( T const &  x)
static

Definition at line 13 of file generic_data_handle.cpp.