13 lines
630 B
HTML
13 lines
630 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>$title</title>
|
|
<link href="../style/default.css" rel="stylesheet" type="text/css" />
|
|
<link href="../style/ustlstyle.css" rel="stylesheet" type="text/css" />
|
|
<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=ISO-8859-1" />
|
|
<meta name="Description" content="API and usage description for uSTL, a size-optimized STL implementation" />
|
|
<meta name="Keywords" content="C++, STL, template, bloat, optimization" />
|
|
</head>
|
|
<body>
|