Loading...
Searching...
No Matches
bbm::concepts::has_fromString Concept Reference

Concept to check if type has a fromString member. More...

#include <stringconvert.h>

Concept definition

template<typename T>
{
{ std::decay_t<T>::fromString( std::declval<std::string>() ) } -> std::same_as<std::decay_t<T>>;
}
Concept to check if type has a fromString member.
Definition: stringconvert.h:57

Detailed Description

Concept to check if type has a fromString member.