YarrPP
0.1
C++ Library for Pirates
Main Page
Classes
Files
Examples
File List
yarr
algo
at_each_aligned.hpp
1
#pragma once
2
3
#include <yarr/config.hpp>
4
#include <
yarr/optimization_macros.hpp
>
5
6
#include <cstdint>
7
8
namespace
yarr
9
{
10
11
template
<
typename
... TFArgs,
typename
... FApply>
12
void
at_each_aligned(
char
* first,
char
* last, FApply&&... transform);
13
14
template
<
typename
... TFArgs,
typename
... FApply>
15
void
at_each_aligned(
const
char
* first,
const
char
* last, FApply&&... transform);
16
17
}
18
19
#include "at_each_aligned.ipp"
optimization_macros.hpp
yarr
Definition:
at_each_aligned.hpp:8
Generated on Sat Jul 8 2017 20:14:44 for YarrPP by
1.8.11