Bayes Filters Library
src
BayesFilters
include
BayesFilters
Data.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2016-2019 Istituto Italiano di Tecnologia (IIT)
3
*
4
* This software may be modified and distributed under the terms of the
5
* BSD 3-Clause license. See the accompanying LICENSE file for details.
6
*/
7
8
#ifndef DATA_H
9
#define DATA_H
10
11
#include <
BayesFilters/any.h
>
12
13
14
namespace
bfl
15
{
16
17
using
Data
=
any::any
;
18
19
}
20
21
#endif
/* DATA_H */
bfl
Port of boost::any for C++11 compilers.
Definition:
AdditiveMeasurementModel.h:13
any.h
bfl::any::any
The class any describes a type-safe container for single values of any type.
Definition:
any.h:77
Generated by
1.8.17