SpiecsEngine
 
Loading...
Searching...
No Matches
SpicesTest::change_int_to_float< T > Struct Template Reference

#include <TypeList_test.h>

Public Types

using type = std::conditional_t<std::is_integral_v<T>, float, T>
 

Detailed Description

template<typename T>
struct SpicesTest::change_int_to_float< T >

Definition at line 21 of file TypeList_test.h.


The documentation for this struct was generated from the following file: