Skip to content
wavemap
Docs
Code
Releases
Toggle navigation menu
⌘
K
wavemap
/
C++ API
/
Template Struct has_to_str_member_fn
Template Struct has_to_str_member_fn
Defined in
File type_utils.h
Inheritance Relationships
Base Type
public
false_type
Struct Documentation
template
<
typename
T
,
typename
=
void
>
struct
has_to_str_member_fn
:
public
false_type
Struct MeasurementModelType
Template Struct has_to_str_member_fn< T, std::void_t< decltype(std::declval< T >, ().toStr()) > >