Iros
Loading...
Searching...
No Matches
format_args.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/meta/core.h
"
4
#include "
di/types/size_t.h
"
5
6
namespace
di::concepts
{
7
template
<
typename
T>
8
concept
FormatArgs
=
requires
(T
const
& args,
size_t
index) {
9
{ args.size() } ->
SameAs<size_t>
;
10
args[index];
11
};
12
}
di::concepts::FormatArgs
Definition
format_args.h:8
di::concepts::SameAs
Definition
core.h:114
core.h
size_t.h
di::concepts
Definition
any_storable.h:9
libs
di
include
di
format
concepts
format_args.h
Generated by
1.13.0