blob: 5b80a077b8e4d0382c7f9c4b55c94069876c228a [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
2// (C) Copyright Tobias Schwinger
3//
4// Use modification and distribution are subject to the boost Software License,
5// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7//------------------------------------------------------------------------------
8
9// no include guards, this file is intended for multiple inclusions
10
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011 struct NDNBOOST_FT_cc_name
Jeff Thompsona28eed82013-08-22 16:21:10 -070012 {
Jeff Thompson3d613fd2013-10-15 15:39:04 -070013 typedef detail::encode_bits<0,NDNBOOST_FT_cc_id> bits;
14 typedef detail::constant<NDNBOOST_FT_cc_mask> mask;
Jeff Thompsona28eed82013-08-22 16:21:10 -070015 };
16
17