0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-31 22:05:17 +02:00
Commit graph

8 commits

Author SHA1 Message Date
Jason Volk
ded8f05064 ircd::tokens: Simplify interface w/ closure template; eliminate named closure.
ircd::tokens: Minor interface cleanup; inline linkages.
2020-11-27 20:06:19 -08:00
Jason Volk
db4e0af8a9 ircd::tokens: Modernize all remaining interface delims to string_view. 2020-05-11 16:31:48 -07:00
Jason Volk
5e0d5237a9 ircd::tokens: Alter behavior of string delimiter tokens() definitions. 2020-05-11 16:31:48 -07:00
Jason Volk
890dc6f003 ircd::tokens: Add a string separator functor. 2020-05-11 16:31:48 -07:00
Jason Volk
b63a95f065 ircd::tokens: Add assertion for null delim character. 2020-02-26 17:55:23 -08:00
Jason Volk
d763a15edb ircd::tokens: Add token_exists() set membership test. 2019-03-09 17:03:52 -08:00
Jason Volk
312e4958f7 ircd::tokens: Add bool closure for limited for_each iteration. 2019-03-09 17:03:13 -08:00
Jason Volk
f049bbf0d0 ircd: Split tokens.cc from lexical.cc 2018-04-24 17:01:11 -07:00