|
UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
|
A simple std::string_view wrapper.
More...
#include <Base.h>
Public Attributes | |
| std::string_view | value |
| Actual value of the string view. | |
A simple std::string_view wrapper.
This is useful for function signatures when compiling with MSVC. std::string_view is a template class (std::basic_string_view< ... >). It makes difficult to retrieve typename from a template function signature since it makes more than one template.