Sygaldry
Toggle main menu visibility
Main Page
Related Pages
Topics
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
Typedefs
Files
File List
▼
Sygaldry
►
Quick Motivation Summary
Quick Start
►
Project Motivation
►
Library Overview
Licenses
►
Design Concepts
►
Developer Environment Setup
►
Making a New Instrument
►
Making a New Component
►
Contributors' Guide
►
Implementation Documentation
►
Sygaldry Authors Directory
►
Convenience Scripts
Literate Programming with Doxygen
Literate Programming with lili
Bibliography
▼
Topics
►
sygah: Sygaldry Helpers
►
sygbe: ESP32 Bindings
►
sygbp: Portable Bindings
►
sygsa: Arduino Sensors
►
sygse: ESP32 Sensors
►
sygsp: Portable Sensors
►
sygup: Portable Utilities
▼
sygac: Sygaldry Concepts
►
sygac-components: Components Concepts
▼
sygac-endpoints: Endpoint Concepts
sygaldry::has_range
sygaldry::strict_similar_to
sygaldry::similar_to
sygaldry::has_value_variable
sygaldry::has_value_method
sygaldry::PersistentValue
sygaldry::BoolishFlag
sygaldry::UpdatedFlag
sygaldry::Flag
sygaldry::_occasional_value
sygaldry::OccasionalValue
sygaldry::Bang
sygaldry::ClearableFlag
sygaldry::has_value
sygaldry::string_like
sygaldry::array_like
sygaldry::_element_type< T >
sygaldry::_element_type< T >
►
sygac-functions: Function Reflection
sygac-metadata: Text Metadata Reflection
►
sygac-mimu: MIMU Concepts
►
sygac-runtime: Sygaldry Runtime
►
sygac-runtime: Runtime Implementation Details
►
sygac-tuple: Sygaldry Tuple Functions
sygaldry::SimpleAggregate
sygaldry::has_range
sygaldry::function_arg_list< Ts >
►
sygbr: Raspberry Pi Pico SDK Bindings
►
Raspberry Pi Pico SDK Sensors
►
Concepts
►
Classes
►
Files
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Modules
Pages
Concepts
Loading...
Searching...
No Matches
sygaldry::string_like Concept Reference
sygac: Sygaldry Concepts
»
sygac-endpoints: Endpoint Concepts
Concept definition
template
<
typename
T>
concept
sygaldry::string_like
=
requires
(T t,
const
char
* s)
{
t = s;
}
sygaldry::string_like
Definition
sygac-endpoints.hpp:161
sygaldry
string_like
Generated by
1.9.8