dxFeed Graal CXX API
Loading...
Searching...
No Matches
ConvertibleToStringSymbol Concept Reference

A concept describing a string that can be wrapped. More...

#include <StringSymbol.hpp>

Concept definition

template<typename T>
std::is_convertible_v<std::decay_t<T>, std::string> || std::is_convertible_v<std::decay_t<T>, std::string_view>
A concept describing a string that can be wrapped.
Definition StringSymbol.hpp:124

Detailed Description

A concept describing a string that can be wrapped.

Template Parameters
TProbable string symbol type