WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::is_like_std_string< T > Class Template Reference

Return true value if T has std::string interface, like std::string_view. More...

#include <ranges.h>

Static Public Attributes

static FMT_CONSTEXPR_DECL const bool value
 

Detailed Description

template<typename T>
class internal::is_like_std_string< T >

Return true value if T has std::string interface, like std::string_view.

Definition at line 78 of file ranges.h.

Member Data Documentation

◆ value

template<typename T >
FMT_CONSTEXPR_DECL const bool internal::is_like_std_string< T >::value
static
Initial value:
=
!std::is_void<decltype(check<T>(FMT_NULL))>::value

Definition at line 86 of file ranges.h.


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