From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

=head1 NAME
Thrift::IDL::CppInclude
=head1 DESCRIPTION
Inherits from L<Thrift::IDL::Header>
=cut
use strict;
__PACKAGE__->mk_accessors(qw(value));
=head1 METHODS
=head2 value
Scalar accessor
=cut
1;