Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::traits::StringLike Concept Reference

Concept for types that can be converted to a string-like view. More...

#include <circus_traits.hpp>

Concept definition

template<class T>
concept circus::traits::StringLike = std::is_convertible_v<T, std::string_view>
Concept for types that can be converted to a string-like view.
Definition circus_traits.hpp:105

Detailed Description

Concept for types that can be converted to a string-like view.