UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
UN::Internal::SVWrapper Struct Reference

A simple std::string_view wrapper. More...

#include <Base.h>

Public Attributes

std::string_view value
 Actual value of the string view.
 

Detailed Description

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.


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