Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Вход
Archivist
/
Crank
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
A Tcl like command language made for the Clinl kernel testing
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Ревизии
1
Клон
216 KiB
C++
100%
ИН на ревизия:
776ee87caa
master
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '776ee87caa'
${ noResults }
Crank
/
string_view.hpp
6 lines
93 B
Директен файл
Blame
История
#
pragma once
#
include
"buffer.hpp"
namespace
kstd
{
using
string_view
=
ksdk
:
:
buffer
<
char
>
;
}